summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index e9258a88fd..86f2e79390 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -80,8 +80,8 @@ private:
Position get_position (double, double) const;
void set_cursor (Position);
- nframes_t _start; ///< start frame of the overview
- nframes_t _end; ///< end frame of the overview
+ framepos_t _start; ///< start frame of the overview
+ framepos_t _end; ///< end frame of the overview
/** fraction of the session length by which the overview size should extend past the start and end markers */
double _overhang_fraction;