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 d3844adb7e..3d5867dcca 100644
--- a/editor/doc/doc_data.h
+++ b/editor/doc/doc_data.h
@@ -73,6 +73,7 @@ public:
String enumeration;
String description;
String setter, getter;
+ String default_value;
bool operator<(const PropertyDoc &p_prop) const {
return name < p_prop.name;
}