X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fexception%2Fdisconnected.hpp;h=6e9f4c45066becd134e8f06d9b89bdf0ac853fc0;hb=cefa03b14574d23cdd2f9db5ff28f210e697042c;hp=fb3a2adb3103b66e9008ffc535d5dfcbb5f52aaf;hpb=1d875cc635d909d79a9411573b4005db88d1df51;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&);