diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-29 09:14:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-29 20:53:49 +0200 |
| commit | 39fb8198febde1937019db1c300ec363aab5aa56 (patch) | |
| tree | 52bc32134e8ae2b5587b3a62130baa9acf815b60 /src/wx/timeline_view.h | |
| parent | b249700e1da7dd6631a8b4440587f4093a2bdef1 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/timeline_view.h')
| -rw-r--r-- | src/wx/timeline_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_view.h b/src/wx/timeline_view.h index c40cf78ff..f3aa4d5e6 100644 --- a/src/wx/timeline_view.h +++ b/src/wx/timeline_view.h @@ -43,13 +43,13 @@ public: TimelineView (TimelineView const&) = delete; TimelineView& operator= (TimelineView const&) = delete; - void paint (wxGraphicsContext* g, std::list<dcpomatic::Rect<int> > overlaps); + void paint (wxGraphicsContext* g, std::list<dcpomatic::Rect<int>> overlaps); void force_redraw (); virtual dcpomatic::Rect<int> bbox () const = 0; protected: - virtual void do_paint (wxGraphicsContext *, std::list<dcpomatic::Rect<int> > overlaps) = 0; + virtual void do_paint (wxGraphicsContext *, std::list<dcpomatic::Rect<int>> overlaps) = 0; int time_x (dcpomatic::DCPTime t) const; |
