Why did I make this public?

This commit is contained in:
Alexey Sokolov
2018-04-01 12:23:16 +01:00
parent 2052d61952
commit 10c98e01a8
+1 -1
View File
@@ -24,7 +24,7 @@
class CModule;
class CZNCSock : public Csock, public CCoreTranslationMixin {
class CZNCSock : public Csock, protected CCoreTranslationMixin {
public:
CZNCSock(int timeout = 60);
CZNCSock(const CString& sHost, u_short port, int timeout = 60);