X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_atmos_content_view.h;h=15da14edc8be424aee2e436764d3634cc4342fcf;hb=8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab;hp=05f4352ebf1b52fe63ada6094f3115ae6cc9bff1;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/timeline_atmos_content_view.h b/src/wx/timeline_atmos_content_view.h index 05f4352eb..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,8 +18,10 @@ */ + #include "timeline_content_view.h" + /** @class TimelineAtmosContentView * @brief Timeline view for AtmosContent. */ @@ -29,9 +31,10 @@ public: 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; };