summaryrefslogtreecommitdiff
path: root/AK/JsonValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/JsonValue.h')
-rw-r--r--AK/JsonValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/JsonValue.h b/AK/JsonValue.h
index 9783b78ac3..b8b1b0b6d3 100644
--- a/AK/JsonValue.h
+++ b/AK/JsonValue.h
@@ -30,7 +30,7 @@ public:
Object,
};
- static Optional<JsonValue> from_string(const StringView&);
+ static Optional<JsonValue> from_string(StringView);
explicit JsonValue(Type = Type::Null);
~JsonValue() { clear(); }