diff options
Diffstat (limited to 'src/wx/dcp_timeline.h')
| -rw-r--r-- | src/wx/dcp_timeline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/dcp_timeline.h b/src/wx/dcp_timeline.h index e74adae8a..e09140e88 100644 --- a/src/wx/dcp_timeline.h +++ b/src/wx/dcp_timeline.h @@ -52,8 +52,8 @@ public: private: void paint(); - void paint_reels(wxGraphicsContext* gc); - void paint_content(wxGraphicsContext* gc); + void paint_reels(wxGraphicsContext* gc, wxColour* palette); + void paint_content(wxGraphicsContext* gc, wxColour* palette); void setup_pixels_per_second(); void left_down(wxMouseEvent& ev); void right_down(wxMouseEvent& ev); |
