summaryrefslogtreecommitdiff
path: root/editor/doc/doc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/doc/doc_data.h')
-rw-r--r--editor/doc/doc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/doc/doc_data.h b/editor/doc/doc_data.h
index 3d5867dcca..6d601f0dce 100644
--- a/editor/doc/doc_data.h
+++ b/editor/doc/doc_data.h
@@ -74,6 +74,7 @@ public:
String description;
String setter, getter;
String default_value;
+ bool overridden;
bool operator<(const PropertyDoc &p_prop) const {
return name < p_prop.name;
}