diff options
Diffstat (limited to 'Userland/Libraries/LibCore/Object.h')
-rw-r--r-- | Userland/Libraries/LibCore/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCore/Object.h b/Userland/Libraries/LibCore/Object.h index 9270d347d0..d5dcefd01f 100644 --- a/Userland/Libraries/LibCore/Object.h +++ b/Userland/Libraries/LibCore/Object.h @@ -117,7 +117,7 @@ public: void deferred_invoke(Function<void(Object&)>); - void save_to(AK::JsonObject&); + void save_to(JsonObject&); bool set_property(const StringView& name, const JsonValue& value); JsonValue property(const StringView& name) const; |