From 8933e76719f76b5310b8909f95e17a0f0a3f45b9 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Wed, 13 Jun 2018 22:07:16 -0500 Subject: [PATCH] Added comment for prompt_unsaved_changes --- src/GUI/Dialogs/PresetEditor.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/Dialogs/PresetEditor.hpp b/src/GUI/Dialogs/PresetEditor.hpp index ec8ce6afc..bec6ed0a5 100644 --- a/src/GUI/Dialogs/PresetEditor.hpp +++ b/src/GUI/Dialogs/PresetEditor.hpp @@ -43,6 +43,7 @@ public: PresetEditor() : PresetEditor(nullptr, {}) {}; std::shared_ptr 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);