aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/format.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common/format.hpp')
-rw-r--r--include/cru/common/format.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/common/format.hpp b/include/cru/common/format.hpp
index 1fb6863a..f085635a 100644
--- a/include/cru/common/format.hpp
+++ b/include/cru/common/format.hpp
@@ -83,7 +83,7 @@ inline std::string_view FormatToString(const std::string& string,
}
inline std::wstring_view FormatToString(const std::wstring_view& string,
- details::TypeTag<String>) {
+ details::TypeTag<std::wstring>) {
return string;
}
@@ -93,7 +93,7 @@ inline std::string_view FormatToString(const std::string_view& string,
}
inline std::wstring_view FormatToString(const wchar_t* string,
- details::TypeTag<String>) {
+ details::TypeTag<std::wstring>) {
return std::wstring_view(string);
}