diff options
Diffstat (limited to 'src/wx/timeline_content_view.h')
| -rw-r--r-- | src/wx/timeline_content_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h index 676e4792b..07bfb2575 100644 --- a/src/wx/timeline_content_view.h +++ b/src/wx/timeline_content_view.h @@ -50,7 +50,7 @@ private: void do_paint (wxGraphicsContext* gc); int y_pos (int t) const; - void content_changed (int p, bool frequent); + void content_changed (int p); boost::weak_ptr<Content> _content; boost::optional<int> _track; |
