diff options
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index 44b50d98e95..4da34f46fc2 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -80,7 +80,7 @@ public: private: - Instance(const Ice::CommunicatorPtr&, const Ice::PropertiesPtr&); + Instance(const Ice::CommunicatorPtr&, const Ice::PropertiesPtr&, const Ice::LoggerPtr&); virtual ~Instance(); void finishSetup(int&, char*[]); bool destroy(); |