]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Change InspSocket's private members to only be protected, I couldn't find any other...
[user/henk/code/inspircd.git] / include / inspsocket.h
index e32b06bbbe8226764252fd41989abb30c23c1ab0..6994e1647abd88210ffdca5418343de8b0f912c0 100644 (file)
@@ -47,7 +47,7 @@ enum InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I
  */
 class InspSocket
 {
-private:
+protected:
 
        std::deque<std::string> outbuffer;