diff options
Diffstat (limited to 'src/wx/timeline_time_axis_view.h')
| -rw-r--r-- | src/wx/timeline_time_axis_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h index 5477e61f1..100228ae8 100644 --- a/src/wx/timeline_time_axis_view.h +++ b/src/wx/timeline_time_axis_view.h @@ -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) }; |
