Merge pull request #97923 from kisg/translation_server_siof_fix
Make TranslationServer singleton variable inline.
This commit is contained in:
@ -50,7 +50,7 @@ class TranslationServer : public Object {
|
||||
|
||||
bool enabled = true;
|
||||
|
||||
static TranslationServer *singleton;
|
||||
static inline TranslationServer *singleton = nullptr;
|
||||
bool _load_translations(const String &p_from);
|
||||
String _standardize_locale(const String &p_locale, bool p_add_defaults) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user