summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_profile_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/export_profile_manager.h')
-rw-r--r--libs/ardour/ardour/export_profile_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/export_profile_manager.h b/libs/ardour/ardour/export_profile_manager.h
index b0285f8ecc..4f477f65b9 100644
--- a/libs/ardour/ardour/export_profile_manager.h
+++ b/libs/ardour/ardour/export_profile_manager.h
@@ -118,7 +118,7 @@ class LIBARDOUR_API ExportProfileManager
Timecode,
BBT,
MinSec,
- Frames,
+ Samples,
};
struct TimespanState {
@@ -140,8 +140,8 @@ class LIBARDOUR_API ExportProfileManager
typedef boost::shared_ptr<TimespanState> TimespanStatePtr;
typedef std::list<TimespanStatePtr> TimespanStateList;
- void set_selection_range (framepos_t start = 0, framepos_t end = 0);
- std::string set_single_range (framepos_t start, framepos_t end, std::string name);
+ void set_selection_range (samplepos_t start = 0, samplepos_t end = 0);
+ std::string set_single_range (samplepos_t start, samplepos_t end, std::string name);
TimespanStateList const & get_timespans () { return check_list (timespans); }
private: