summaryrefslogtreecommitdiff
path: root/cpp/include/IceXML/StreamI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r--cpp/include/IceXML/StreamI.h4
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: