summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/RSAPrivateKey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/RSAPrivateKey.cpp')
-rw-r--r--cpp/src/IceSSL/RSAPrivateKey.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/RSAPrivateKey.cpp b/cpp/src/IceSSL/RSAPrivateKey.cpp
index 9d869bae391..99e1372247d 100644
--- a/cpp/src/IceSSL/RSAPrivateKey.cpp
+++ b/cpp/src/IceSSL/RSAPrivateKey.cpp
@@ -20,8 +20,8 @@
#include <IceSSL/Exception.h>
#include <assert.h>
-void ::IceInternal::incRef(::IceSSL::RSAPrivateKey* p) { p->__incRef(); }
-void ::IceInternal::decRef(::IceSSL::RSAPrivateKey* p) { p->__decRef(); }
+void IceInternal::incRef(::IceSSL::RSAPrivateKey* p) { p->__incRef(); }
+void IceInternal::decRef(::IceSSL::RSAPrivateKey* p) { p->__decRef(); }
using std::back_inserter;
using std::string;