diff options
Diffstat (limited to 'editor/doc_data.h')
-rw-r--r-- | editor/doc_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/doc_data.h b/editor/doc_data.h index 1880be81ed..a35cfb59c7 100644 --- a/editor/doc_data.h +++ b/editor/doc_data.h @@ -62,6 +62,7 @@ public: struct ConstantDoc { String name; String value; + bool is_value_valid; String enumeration; String description; bool operator<(const ConstantDoc &p_const) const { |