summaryrefslogtreecommitdiff
path: root/source/fud_string_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/fud_string_view.cpp')
-rw-r--r--source/fud_string_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fud_string_view.cpp b/source/fud_string_view.cpp
index 090dd6d..ba88ad4 100644
--- a/source/fud_string_view.cpp
+++ b/source/fud_string_view.cpp
@@ -21,7 +21,7 @@
namespace fud {
-StringView::StringView(const String& fudString) noexcept : StringView(fudString.length(), fudString.data())
+StringView::StringView(const String& fudString) noexcept : StringView{fudString.length(), fudString.data()}
{
}