Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / wx / timeline_labels_view.h
index 88094f2c4068cd64cc4110eb165dc80d24a582ac..2ff1fa6a8daf6c2e7a1638a4da1f648868e37e59 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "timeline_view.h"
 
+
 class wxWindow;
 
+
 class TimelineLabelsView : public TimelineView
 {
 public:
@@ -35,7 +38,7 @@ public:
        void set_atmos (bool s);
 
 private:
-       void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int> > overlaps);
+       void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int>> overlaps);
 
        int _width = 0;
        int _video_tracks = 0;