X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fexception%2Fdisconnected.hpp;h=6e9f4c45066becd134e8f06d9b89bdf0ac853fc0;hb=dfdbdc9f6d1b22eb717c8a77095dd617725022fe;hp=fb3a2adb3103b66e9008ffc535d5dfcbb5f52aaf;hpb=07882dbe92163f93cd995c5c55517e4b1d05aa11;p=awesomized%2Flibmemcached diff --git a/libtest/exception/disconnected.hpp b/libtest/exception/disconnected.hpp index fb3a2adb..6e9f4c45 100644 --- a/libtest/exception/disconnected.hpp +++ b/libtest/exception/disconnected.hpp @@ -43,7 +43,7 @@ namespace libtest { class disconnected : public libtest::exception { public: - disconnected(const char *file, int line, const char *func, const std::string&, const in_port_t port, ...); + disconnected(const char *file, int line, const char *func, const std::string&, const unsigned port, ...); disconnected(const disconnected&);