diff options
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index a3a66fe904e..a223683cc6b 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -1030,8 +1030,8 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi } #else logStdErrConvert = - initData.properties->getPropertyAsIntWithDefault("Ice.LogStdErr.Convert", 1) == 1 && - initData.properties->getProperty("Ice.StdErr").empty(); + _initData.properties->getPropertyAsIntWithDefault("Ice.LogStdErr.Convert", 1) == 1 && + _initData.properties->getProperty("Ice.StdErr").empty(); #endif } } |