diff options
Diffstat (limited to 'core/src/UI/Localization.hpp')
-rw-r--r-- | core/src/UI/Localization.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/UI/Localization.hpp b/core/src/UI/Localization.hpp index 777c161..043170a 100644 --- a/core/src/UI/Localization.hpp +++ b/core/src/UI/Localization.hpp @@ -7,7 +7,8 @@ using namespace std::literals::string_view_literals; -class LocaleStrings { +class LocaleStrings +{ public: static std::unique_ptr<LocaleStrings> Instance; |