summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2017-08-19 13:49:33 +0200
committerRobin Gareus <robin@gareus.org>2017-08-20 21:09:30 +0200
commit245154d06aa79c7cb75d52a366a2ad3fa9c3a578 (patch)
tree58c811c962790710c07066d5ce7659f16c7e077d /gtk2_ardour/route_ui.h
parentae51d5fd4ebb90f782334ac0b4addc0c88e1629c (diff)
Let user add a route template description on saving route templates
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 011498124e..4550abd4c2 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -63,6 +63,7 @@ namespace ArdourWidgets {
class ArdourWindow;
class IOSelectorWindow;
class ControlSlaveUI;
+class SaveTemplateDialog;
class RoutePinWindowProxy : public WM::ProxyBase
{
@@ -243,7 +244,7 @@ public:
virtual void map_frozen ();
void adjust_latency ();
- bool process_save_template_prompter (ArdourWidgets::Prompter& prompter, const std::string& dir);
+ void save_as_template_dialog_response (int response, SaveTemplateDialog* d);
void save_as_template ();
static Gtkmm2ext::ActiveState solo_active_state (boost::shared_ptr<ARDOUR::Stripable>);