diff options
Diffstat (limited to 'cpp/include/Ice/Outgoing.h')
-rw-r--r-- | cpp/include/Ice/Outgoing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Outgoing.h b/cpp/include/Ice/Outgoing.h index b190d64846f..c2cdfc040b3 100644 --- a/cpp/include/Ice/Outgoing.h +++ b/cpp/include/Ice/Outgoing.h @@ -49,7 +49,7 @@ public: // bool retry() const; - static void throwUnknownWrapper(const ::std::exception&); + static void throwWrapper(const ::std::exception&); private: |