Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / wx / timeline_reels_view.h
index c3104565179cf585e022b86cec00891ad872eedf..a6c73100f40c1b52f2936d61ce77c219479834b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "timeline_view.h"
 
+
 class TimelineReelsView : public TimelineView
 {
 public:
@@ -29,7 +31,7 @@ public:
        void set_y (int y);
 
 private:
-       void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int> > overlaps);
+       void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int>> overlaps);
 
        int _y;
 };