summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
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 d4f15f0c7b..011498124e 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -57,6 +57,7 @@ namespace Gtk {
namespace ArdourWidgets {
class ArdourButton;
+ class Prompter;
}
class ArdourWindow;
@@ -242,7 +243,7 @@ public:
virtual void map_frozen ();
void adjust_latency ();
- bool process_save_template_prompter (ArdourPrompter& prompter, const std::string& dir);
+ bool process_save_template_prompter (ArdourWidgets::Prompter& prompter, const std::string& dir);
void save_as_template ();
static Gtkmm2ext::ActiveState solo_active_state (boost::shared_ptr<ARDOUR::Stripable>);