diff options
Diffstat (limited to 'tools/editor/settings_config_dialog.h')
-rw-r--r-- | tools/editor/settings_config_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/settings_config_dialog.h b/tools/editor/settings_config_dialog.h index 50159cf488..4934c8c97b 100644 --- a/tools/editor/settings_config_dialog.h +++ b/tools/editor/settings_config_dialog.h @@ -53,7 +53,7 @@ class EditorSettingsDialog : public AcceptDialog { Tree *plugins; LineEdit *search_box; ToolButton *clear_button; - PropertyEditor *property_editor; + SectionedPropertyEditor *property_editor; Timer *timer; |