diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-01-23 16:58:32 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-01-23 16:58:32 +0000 |
commit | 0249e96af40c6112a9e94b38efb878f69b8b5260 (patch) | |
tree | 08c414b6681ffce3c11e967c325111b275743be1 /cpp/include/IceXML/StreamI.h | |
parent | Removed bogus files. (diff) | |
download | ice-0249e96af40c6112a9e94b38efb878f69b8b5260.tar.bz2 ice-0249e96af40c6112a9e94b38efb878f69b8b5260.tar.xz ice-0249e96af40c6112a9e94b38efb878f69b8b5260.zip |
WIN32 updates.
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r-- | cpp/include/IceXML/StreamI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h index aff7adf872b..00c4bc9fca1 100644 --- a/cpp/include/IceXML/StreamI.h +++ b/cpp/include/IceXML/StreamI.h @@ -36,10 +36,10 @@ namespace IceXML // struct StreamInputImpl; -class ICE_XML_API StreamI : public Ice::Stream +class ICE_XML_API StreamI : public ::Ice::Stream { StreamI(); - StreamI(const Stream&); + StreamI(const StreamI&); void operator=(const StreamI&); public: |