summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 6fa69f21a2..1167271d5a 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -96,7 +96,7 @@ protected:
AudioClock length_clock;
AudioClock timecode_clock;
- Gtk::Frame border_frame;
+ Gtk::Frame border_sample;
Gtk::Label preview_label;
Gtk::TextView tags_entry;
@@ -113,7 +113,7 @@ protected:
PBD::ScopedConnectionList auditioner_connections;
void audition_active(bool);
- void audition_progress(ARDOUR::framecnt_t, ARDOUR::framecnt_t);
+ void audition_progress(ARDOUR::samplecnt_t, ARDOUR::samplecnt_t);
void update_autoplay ();
void autoplay_toggled ();