summaryrefslogtreecommitdiff
path: root/src/wx/timeline_time_axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_time_axis_view.h')
-rw-r--r--src/wx/timeline_time_axis_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_time_axis_view.h b/src/wx/timeline_time_axis_view.h
index f72acd4a7..fbd7c5de9 100644
--- a/src/wx/timeline_time_axis_view.h
+++ b/src/wx/timeline_time_axis_view.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ public:
void set_y (int y);
private:
- void do_paint (wxGraphicsContext* gc);
+ void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int> > overlaps);
private:
int _y;