diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index e5bf5183e..733bc21e8 100644 --- a/src/client.h +++ b/src/client.h @@ -366,6 +366,8 @@ private: void logVars(); + void checkConfigVersion(); + static Client *mInstance; static void bindTextDomain(const char *const name, const char *const path); |