summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-22 22:58:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-22 22:58:17 +0000
commit0627e3f9768f4e19db37857419b10675751ca021 (patch)
treeae68ece74038937b8703dcf15b20e690d8c39aba /gtk2_ardour/export_dialog.h
parent495edc3ed9944e50ac1223e789c74781d4715e08 (diff)
don't set up dir name incorrectly for range export
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4235 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index 596467d3e1..f99f6d237e 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -96,7 +96,7 @@ class ExportDialog : public ArdourDialog
private:
PublicEditor& editor;
ARDOUR::Session* session;
- bool track_and_master_selection_allowed;
+ bool track_and_master_selection_allowed;
bool channel_count_selection_allowed;
bool export_cd_markers_allowed;
@@ -163,7 +163,7 @@ class ExportDialog : public ArdourDialog
void fill_lists();
void write_track_and_master_selection_to_spec();
- void do_export_cd_markers (const string& path, const string& cuefile_type);
+ void do_export_cd_markers (const string& path, const string& cuefile_type);
void export_cue_file (ARDOUR::Locations::LocationList& locations, const string& path);
void export_toc_file (ARDOUR::Locations::LocationList& locations, const string& path);
void do_export ();