X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftranslation.h;h=f1a336fca63ff4954b5d41aa26aad521600865fe;hb=5e392cf34f8e062dd0533619921223656e32598a;hp=18fc6c38fed5f874d2c68d967a1e60cc9f4f0b74;hpb=b24e6433df3c3b2926568aff9c0173459e3e8eab;p=dragonfireclient.git diff --git a/src/translation.h b/src/translation.h index 18fc6c38f..f1a336fca 100644 --- a/src/translation.h +++ b/src/translation.h @@ -23,15 +23,13 @@ with this program; if not, write to the Free Software Foundation, Inc., #include class Translations; -extern Translations *g_translations; +#ifndef SERVER +extern Translations *g_client_translations; +#endif class Translations { public: - Translations() = default; - - ~Translations(); - void loadTranslation(const std::string &data); void clear(); const std::wstring &getTranslation(