diff options
Diffstat (limited to 'include/cru/common/Base.hpp')
-rw-r--r-- | include/cru/common/Base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/common/Base.hpp b/include/cru/common/Base.hpp index 409c2b0e..93d6f9a6 100644 --- a/include/cru/common/Base.hpp +++ b/include/cru/common/Base.hpp @@ -47,5 +47,5 @@ using Index = gsl::index; #define CRU_DEFINE_CLASS_LOG_TAG(tag) \ private: \ - constexpr static std::string_view log_tag = tag; + constexpr static std::u16string_view log_tag = tag; } // namespace cru |