summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibCore/Object.h')
-rw-r--r--Libraries/LibCore/Object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibCore/Object.h b/Libraries/LibCore/Object.h
index bacee96d0a..53852ef820 100644
--- a/Libraries/LibCore/Object.h
+++ b/Libraries/LibCore/Object.h
@@ -111,6 +111,7 @@ public:
virtual bool is_window() const { return false; }
virtual void save_to(AK::JsonObject&);
+ virtual bool set_property(const StringView& name, const JsonValue& value);
static IntrusiveList<Object, &Object::m_all_objects_list_node>& all_objects();