Fix inability to change project settings

Regression from 565600e844, fixes #10712.
This commit is contained in:
Rémi Verschelde
2017-08-28 18:15:41 +02:00
parent 8fce79aaee
commit d664469ec7
2 changed files with 9 additions and 1 deletions

View File

@ -121,6 +121,7 @@ class ProjectSettingsEditor : public AcceptDialog {
void _press_a_key_confirm();
void _show_last_added(const Ref<InputEvent> &p_event, const String &p_name);
void _settings_prop_edited(const String &p_name);
void _settings_changed();
void _copy_to_platform(int p_which);