More translateable strings (#1354)

This commit is contained in:
Alexey Sokolov
2018-04-01 12:06:29 +01:00
parent fd15c43711
commit 1e23a36e1d
3 changed files with 19 additions and 10 deletions
+2 -1
View File
@@ -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();