diff options
Diffstat (limited to 'cpp/include/Ice/GCShared.h')
-rwxr-xr-x | cpp/include/Ice/GCShared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/GCShared.h b/cpp/include/Ice/GCShared.h index 2812a1b4702..df5dd94262e 100755 --- a/cpp/include/Ice/GCShared.h +++ b/cpp/include/Ice/GCShared.h @@ -44,12 +44,12 @@ public: int __getRefUnsafe() const { - return _ref; + return _ref; } void __decRefUnsafe() { - --_ref; + --_ref; } protected: |