X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_atmos_content_view.h;h=15da14edc8be424aee2e436764d3634cc4342fcf;hb=ea5d9d74713720433c2e8d3908624f6a05bfb407;hp=1e33c5fb2aa4bc965a59b8106901af2704f53299;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/timeline_atmos_content_view.h b/src/wx/timeline_atmos_content_view.h index 1e33c5fb2..15da14edc 100644 --- a/src/wx/timeline_atmos_content_view.h +++ b/src/wx/timeline_atmos_content_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,20 +18,23 @@ */ + #include "timeline_content_view.h" + /** @class TimelineAtmosContentView * @brief Timeline view for AtmosContent. */ class TimelineAtmosContentView : public TimelineContentView { public: - TimelineAtmosContentView (Timeline& tl, boost::shared_ptr c); + TimelineAtmosContentView (Timeline& tl, std::shared_ptr c); private: - bool active () const { + bool active () const override { return true; } - wxColour background_colour () const; - wxColour foreground_colour () const; + + wxColour background_colour () const override; + wxColour foreground_colour () const override; };