Added comment for prompt_unsaved_changes

This commit is contained in:
Joseph Lenox 2018-06-13 22:07:16 -05:00
parent d8d7119f47
commit 97acd95341

View File

@ -43,6 +43,7 @@ public:
PresetEditor() : PresetEditor(nullptr, {}) {};
std::shared_ptr<Preset> current_preset;
/// Check if there is a dirty config that is different than the loaded config.
bool prompt_unsaved_changes();
void select_preset_by_name(const wxString& name, bool force = false);