summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/GCShared.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/GCShared.h')
-rwxr-xr-xcpp/include/Ice/GCShared.h4
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: