diff options
Diffstat (limited to 'src/wx/timeline_atmos_content_view.h')
| -rw-r--r-- | src/wx/timeline_atmos_content_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_atmos_content_view.h b/src/wx/timeline_atmos_content_view.h index 1e33c5fb2..05f4352eb 100644 --- a/src/wx/timeline_atmos_content_view.h +++ b/src/wx/timeline_atmos_content_view.h @@ -26,7 +26,7 @@ class TimelineAtmosContentView : public TimelineContentView { public: - TimelineAtmosContentView (Timeline& tl, boost::shared_ptr<Content> c); + TimelineAtmosContentView (Timeline& tl, std::shared_ptr<Content> c); private: bool active () const { |
