mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
[P4/git history rebuild] diff related to tracks different CairoWidget::render() API
This commit is contained in:
parent
f9a8245305
commit
d6a24d27ec
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
static std::vector<AudioClock*> clocks;
|
||||
|
||||
protected:
|
||||
void render (cairo_t*, cairo_rectangle_t*);
|
||||
void render (cairo_t*);
|
||||
|
||||
virtual void build_ops_menu ();
|
||||
Gtk::Menu *ops_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue