From 2d7e772909571676dd4266337d43086bd2927e93 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 29 Mar 2021 00:06:34 -0700 Subject: UI big structure --- core/src/Utils/I18n.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/Utils/I18n.hpp') diff --git a/core/src/Utils/I18n.hpp b/core/src/Utils/I18n.hpp index 6b72d29..b9386be 100644 --- a/core/src/Utils/I18n.hpp +++ b/core/src/Utils/I18n.hpp @@ -41,11 +41,11 @@ struct FloatArgument { class BasicTranslation { private: - std::string_view mContent; + const char* mContent; public: BasicTranslation(std::string_view key); - std::string_view Get() const; + const char* Get() const; }; class FormattedTranslation { -- cgit v1.2.3-70-g09d2