summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_session_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_session_dialog.h')
-rw-r--r--gtk2_ardour/export_session_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_session_dialog.h b/gtk2_ardour/export_session_dialog.h
index 707989444a..5aeec4ad10 100644
--- a/gtk2_ardour/export_session_dialog.h
+++ b/gtk2_ardour/export_session_dialog.h
@@ -27,7 +27,7 @@ class ExportSessionDialog : public ExportDialog
{
public:
ExportSessionDialog (PublicEditor&);
- void set_range (jack_nframes_t start, jack_nframes_t end);
+ void set_range (nframes_t start, nframes_t end);
protected:
void export_audio_data();