aboutsummaryrefslogtreecommitdiffstats
path: root/src/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.hpp b/src/exception.hpp
index 4ed40485..d7f95b95 100644
--- a/src/exception.hpp
+++ b/src/exception.hpp
@@ -399,7 +399,7 @@ class no_service_available : public messaging_exception
{
public:
- no_service_available(const exception& other = NO_EXCEPTION);
+ no_service_available(const string& proto = "", const exception& other = NO_EXCEPTION);
~no_service_available() throw();
exception* clone() const;