mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
More translateable strings, #1354
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@
|
||||
#include <znc/Nick.h>
|
||||
#include <znc/ZNCString.h>
|
||||
#include <znc/Buffer.h>
|
||||
#include <znc/Translation.h>
|
||||
#include <map>
|
||||
|
||||
// Forward Declarations
|
||||
@@ -31,7 +32,7 @@ class CConfig;
|
||||
class CFile;
|
||||
// !Forward Declarations
|
||||
|
||||
class CChan {
|
||||
class CChan : private CCoreTranslationMixin {
|
||||
public:
|
||||
typedef enum {
|
||||
Voice = '+',
|
||||
|
||||
Reference in New Issue
Block a user