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.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;