summaryrefslogtreecommitdiff
path: root/src/wx/timeline_atmos_content_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_atmos_content_view.cc')
-rw-r--r--src/wx/timeline_atmos_content_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_atmos_content_view.cc b/src/wx/timeline_atmos_content_view.cc
index ec0f06ec1..d40ede137 100644
--- a/src/wx/timeline_atmos_content_view.cc
+++ b/src/wx/timeline_atmos_content_view.cc
@@ -29,7 +29,7 @@ using std::shared_ptr;
* @brief Timeline view for AtmosContent.
*/
-TimelineAtmosContentView::TimelineAtmosContentView (Timeline& tl, shared_ptr<Content> c)
+TimelineAtmosContentView::TimelineAtmosContentView(ContentTimeline& tl, shared_ptr<Content> c)
: TimelineContentView (tl, c)
{