summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_template_dialog.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/save_template_dialog.h
parentae51d5fd4ebb90f782334ac0b4addc0c88e1629c (diff)
Let user add a route template description on saving route templates
Diffstat (limited to 'gtk2_ardour/save_template_dialog.h')
-rw-r--r--gtk2_ardour/save_template_dialog.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk2_ardour/save_template_dialog.h b/gtk2_ardour/save_template_dialog.h
index 6b98d5cfba..c2cb8f8a7b 100644
--- a/gtk2_ardour/save_template_dialog.h
+++ b/gtk2_ardour/save_template_dialog.h
@@ -21,20 +21,18 @@
#ifndef __ardour_gtk_save_template_dialog_h__
#define __ardour_gtk_save_template_dialog_h__
+#include <string>
+
#include <gtkmm/entry.h>
#include <gtkmm/textview.h>
#include "ardour_dialog.h"
-namespace ARDOUR
-{
-class Session;
-}
class SaveTemplateDialog : public ArdourDialog
{
public:
- SaveTemplateDialog (const ARDOUR::Session& s);
+ SaveTemplateDialog (const std::string& name, const std::string& description = "");
std::string get_template_name () const;
std::string get_description () const;