diff options
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r-- | cpp/include/Ice/Outgoing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h index 33c7ffdfd28..f23e1ac16ba 100644 --- a/cpp/include/Ice/Outgoing.h +++ b/cpp/include/Ice/Outgoing.h @@ -46,7 +46,7 @@ private: std::auto_ptr< ::Ice::LocalException> _ex; }; -class ICE_API Outgoing : public ::Ice::noncopyable, public JTCMonitorT< JTCMutex > +class ICE_API Outgoing : public ::IceUtil::noncopyable, public JTCMonitorT< JTCMutex > { public: |