C++11 and whitespace cleanups.
[dcpomatic.git] / src / wx / timeline_time_axis_view.h
index 5477e61f13cfaf660f5c95af1ab480e0383a0d32..100228ae8b634f124a9d16ca2ca8d5950fa9dea2 100644 (file)
@@ -29,7 +29,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; ///< y position in tracks (not pixels)
 };