diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index db4b01cf72e..aa053d59d1d 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -20,7 +20,7 @@ using namespace IceInternal; namespace Ice { -const Current noExplicitCurrent = Current(); +const Current emptyCurrent = Current(); } #ifndef ICE_CPP11_MAPPING |