Added comment for prompt_unsaved_changes

This commit is contained in:
Joseph Lenox 2018-06-13 22:07:16 -05:00 committed by Joseph Lenox
parent a7ce242496
commit 8933e76719

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);