diff options
Diffstat (limited to 'cpp/test/Ice/binding/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/binding/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/binding/TestI.cpp b/cpp/test/Ice/binding/TestI.cpp index 2f2904303c7..38c1b92e2e9 100644 --- a/cpp/test/Ice/binding/TestI.cpp +++ b/cpp/test/Ice/binding/TestI.cpp @@ -81,7 +81,7 @@ RemoteObjectAdapterI::getTestIntf(const Ice::Current&) } void -RemoteObjectAdapterI::deactivate(const Ice::Current&) +RemoteObjectAdapterI::deactivate(const Ice::Current& current) { try { |