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 2f76385e..174ac037 100644 --- a/include/cru/common/Base.hpp +++ b/include/cru/common/Base.hpp @@ -96,5 +96,5 @@ inline void hash_combine(std::size_t& s, const T& v) { #define CRU_DEFINE_CLASS_LOG_TAG(tag) \ private: \ - constexpr static std::u16string_view log_tag = tag; + constexpr static StringView log_tag = tag; } // namespace cru |