mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
More translateable strings (#1354)
This commit is contained in:
@@ -72,7 +72,8 @@ class CZNCSock : public Csock, public CCoreTranslationMixin {
|
||||
|
||||
enum EAddrType { ADDR_IPV4ONLY, ADDR_IPV6ONLY, ADDR_ALL };
|
||||
|
||||
class CSockManager : public TSocketManager<CZNCSock> {
|
||||
class CSockManager : public TSocketManager<CZNCSock>,
|
||||
private CCoreTranslationMixin {
|
||||
public:
|
||||
CSockManager();
|
||||
virtual ~CSockManager();
|
||||
|
||||
Reference in New Issue
Block a user