summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_template_dialog.h
diff options
context:
space:
mode:
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;
};