mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Why did I make this public?
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user