diff options
Diffstat (limited to 'src/gui/PatchPropertiesWindow.hpp')
-rw-r--r-- | src/gui/PatchPropertiesWindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/PatchPropertiesWindow.hpp b/src/gui/PatchPropertiesWindow.hpp index 0f60b147..59d27389 100644 --- a/src/gui/PatchPropertiesWindow.hpp +++ b/src/gui/PatchPropertiesWindow.hpp @@ -51,6 +51,7 @@ public: private: SharedPtr<PatchModel> _patch_model; + Gtk::Entry* _name_entry; Gtk::Entry* _author_entry; Gtk::TextView* _textview; Gtk::Button* _cancel_button; |