summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_template_dialog.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2017-08-19 14:51:14 +0200
committerRobin Gareus <robin@gareus.org>2017-08-20 21:09:30 +0200
commite5a41084f31d83cbf80cb68de6009a8c43524f44 (patch)
tree29b423d249ab4bdabf2c4a1f17cb9823935ae357 /gtk2_ardour/save_template_dialog.h
parent245154d06aa79c7cb75d52a366a2ad3fa9c3a578 (diff)
Name tweak (more consistent with other code)
Diffstat (limited to 'gtk2_ardour/save_template_dialog.h')
-rw-r--r--gtk2_ardour/save_template_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/save_template_dialog.h b/gtk2_ardour/save_template_dialog.h
index c2cb8f8a7b..45b7e5874c 100644
--- a/gtk2_ardour/save_template_dialog.h
+++ b/gtk2_ardour/save_template_dialog.h
@@ -38,7 +38,7 @@ public:
std::string get_description () const;
private:
- Gtk::Entry _name_editor;
+ Gtk::Entry _name_entry;
Gtk::TextView _description_editor;
};