diff options
Diffstat (limited to 'cpp/src/Ice/ImplicitContextI.h')
-rw-r--r-- | cpp/src/Ice/ImplicitContextI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ImplicitContextI.h b/cpp/src/Ice/ImplicitContextI.h index 3fa3292fb1f..22c52e38bf1 100644 --- a/cpp/src/Ice/ImplicitContextI.h +++ b/cpp/src/Ice/ImplicitContextI.h @@ -36,7 +36,7 @@ public: // (entries in the given context overwrite entries in // the underlying context) // - virtual void write(const Context&, ::IceInternal::BasicStream*) const = 0; + virtual void write(const Context&, ::Ice::OutputStream*) const = 0; // // Combines the underlying context plus the given context |