diff options
-rw-r--r-- | cpp/include/Ice/Proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 7f1cbf7141a..98c36abb56d 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -1094,7 +1094,7 @@ public: protected: - void __exception(const ::Ice::AsyncResultPtr& result, const ::Ice::Exception& ex) const + void __exception(const ::Ice::AsyncResultPtr&, const ::Ice::Exception& ex) const { if(exception) { |