Codechange: Use Utf8View::iterator in StringIterator.

This commit is contained in:
frosch
2025-04-01 14:58:16 +02:00
committed by frosch
parent b19e43ae99
commit 83401ad5e2
7 changed files with 53 additions and 79 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
* changed. The cursor is reset to the start of the string.
* @param s New string.
*/
virtual void SetString(const char *s) = 0;
virtual void SetString(std::string_view s) = 0;
/**
* Change the current string cursor.