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 3bd69893744..790c34cead1 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -64,7 +64,7 @@ extern bool ICE_DECLSPEC_IMPORT nullHandleAbort; } -namespace IceInternal +namespace IceUtilInternal { extern bool printStackTraces; @@ -838,7 +838,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi if(_initData.properties->getPropertyAsIntWithDefault("Ice.PrintStackTraces", 1) > 0) #endif { - printStackTraces = true; + IceUtilInternal::printStackTraces = true; } #ifndef _WIN32 |