diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-05 13:23:38 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-05 13:23:38 -0230 |
commit | 3f9eaf0d509a150a48a50c9050ee09db68b93d61 (patch) | |
tree | 9ec49e9104c60cba1d30b78063b5169d768530a1 /cpp/src/Ice/LoggerUtil.cpp | |
parent | Bug 4295 - issue with Glacier2 build (diff) | |
download | ice-3f9eaf0d509a150a48a50c9050ee09db68b93d61.tar.bz2 ice-3f9eaf0d509a150a48a50c9050ee09db68b93d61.tar.xz ice-3f9eaf0d509a150a48a50c9050ee09db68b93d61.zip |
Make unknown field in UnknownUSerException more consistent
Diffstat (limited to 'cpp/src/Ice/LoggerUtil.cpp')
-rw-r--r-- | cpp/src/Ice/LoggerUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/LoggerUtil.cpp b/cpp/src/Ice/LoggerUtil.cpp index 2a98d72fa3f..ab35dd124d7 100644 --- a/cpp/src/Ice/LoggerUtil.cpp +++ b/cpp/src/Ice/LoggerUtil.cpp @@ -19,7 +19,7 @@ using namespace std; namespace IceUtilInternal { -extern bool printStackTraces; +extern bool ICE_DECLSPEC_IMPORT printStackTraces; } |