diff options
Diffstat (limited to 'include/fud_utf8.hpp')
-rw-r--r-- | include/fud_utf8.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fud_utf8.hpp b/include/fud_utf8.hpp index 5b84a3a..058e4f9 100644 --- a/include/fud_utf8.hpp +++ b/include/fud_utf8.hpp @@ -251,8 +251,8 @@ struct FudUtf8 { static constexpr Ascii invalidAsciiCode{Ascii{0xFF}}; static FudUtf8 fromString(const String& fudString, size_t index) noexcept; - static FudUtf8 fromStringView(StringView&& view, size_t index) noexcept; - static FudUtf8 fromStringView(const StringView& view, size_t index) noexcept; + static FudUtf8 fromStringView(StringView view, size_t index) noexcept; + // static FudUtf8 fromStringView(const StringView& view, size_t index) noexcept; static constexpr FudUtf8 makeUtf8(const Array<utf8, 4>& data) { |