summaryrefslogtreecommitdiff
path: root/src/wx/timeline_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_view.h')
-rw-r--r--src/wx/timeline_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h
index d94e10124..bfd1de8b7 100644
--- a/src/wx/timeline_view.h
+++ b/src/wx/timeline_view.h
@@ -53,6 +53,6 @@ private:
dcpomatic::Rect<int> _last_paint_bbox;
};
-typedef std::vector<boost::shared_ptr<TimelineView> > TimelineViewList;
+typedef std::vector<std::shared_ptr<TimelineView> > TimelineViewList;
#endif