summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_range_markers_dialog.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-19 22:10:27 +0000
committerDavid Robillard <d@drobilla.net>2008-02-19 22:10:27 +0000
commita2a6cc0404757f445bd753d69f34d8bc2c0e87a9 (patch)
tree5d42f3dc23fa38679de1946d76ff0aa98845bc39 /gtk2_ardour/export_range_markers_dialog.h
parent4cbd7f0eabfb9221444776bc6ea2dfe3a53cf873 (diff)
Merge with 2.0-ongoing R3082.
Superficial generification of export stuff. git-svn-id: svn://localhost/ardour2/branches/3.0@3088 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_range_markers_dialog.h')
-rw-r--r--gtk2_ardour/export_range_markers_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_range_markers_dialog.h b/gtk2_ardour/export_range_markers_dialog.h
index 7d231c62d5..9083b87b26 100644
--- a/gtk2_ardour/export_range_markers_dialog.h
+++ b/gtk2_ardour/export_range_markers_dialog.h
@@ -35,7 +35,7 @@ class ExportRangeMarkersDialog : public ExportDialog
protected:
virtual bool is_filepath_valid(string &filepath);
- void export_audio_data();
+ void export_data();
bool wants_dir() { return true; }