Rename Timeline -> ContentTimeline.
[dcpomatic.git] / src / wx / timeline_atmos_content_view.h
index 05f4352ebf1b52fe63ada6094f3115ae6cc9bff1..9536837e04476a97bbe9b61647d1ab2937f68fb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "timeline_content_view.h"
 
+
 /** @class TimelineAtmosContentView
  *  @brief Timeline view for AtmosContent.
  */
 class TimelineAtmosContentView : public TimelineContentView
 {
 public:
-       TimelineAtmosContentView (Timeline& tl, std::shared_ptr<Content> c);
+       TimelineAtmosContentView(ContentTimeline& tl, std::shared_ptr<Content> 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;
 };