Util: Change Job m_input string -> string_view

This commit is contained in:
Riyyi
2022-07-20 21:32:17 +02:00
parent b4100113fe
commit 4e6c5ca341
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ public:
// --------------------------------------
static Value parse(const std::string& input);
static Value parse(std::string_view input);
static Value parse(std::ifstream& file);
std::string dump(const uint32_t indent = 0, const char indentCharacter = ' ') const;