summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 2afd0d194..e8becf906 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -31,6 +31,7 @@ class Film;
class ContentPanel;
class TimelineView;
class TimelineTimeAxisView;
+class TimelineReelsView;
class Timeline : public wxPanel
{
@@ -96,6 +97,7 @@ private:
boost::weak_ptr<Film> _film;
TimelineViewList _views;
boost::shared_ptr<TimelineTimeAxisView> _time_axis_view;
+ boost::shared_ptr<TimelineReelsView> _reels_view;
int _tracks;
boost::optional<double> _pixels_per_second;
bool _left_down;