diff options
Diffstat (limited to 'src/progs/ingenuity/PatchPropertiesWindow.h')
-rw-r--r-- | src/progs/ingenuity/PatchPropertiesWindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/progs/ingenuity/PatchPropertiesWindow.h b/src/progs/ingenuity/PatchPropertiesWindow.h index 54e8391a..0b6909b5 100644 --- a/src/progs/ingenuity/PatchPropertiesWindow.h +++ b/src/progs/ingenuity/PatchPropertiesWindow.h @@ -47,12 +47,12 @@ public: void ok_clicked(); private: - SharedPtr<PatchModel> m_patch_model; + SharedPtr<PatchModel> _patch_model; - Gtk::Entry* m_author_entry; - Gtk::TextView* m_textview; - Gtk::Button* m_cancel_button; - Gtk::Button* m_ok_button; + Gtk::Entry* _author_entry; + Gtk::TextView* _textview; + Gtk::Button* _cancel_button; + Gtk::Button* _ok_button; }; |