mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
make Item::child_changed() virtual
This commit is contained in:
parent
e1fb7fe9fc
commit
095bdb7d40
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ public:
|
|||
void raise_child_to_top (Item *);
|
||||
void raise_child (Item *, int);
|
||||
void lower_child_to_bottom (Item *);
|
||||
void child_changed ();
|
||||
virtual void child_changed ();
|
||||
|
||||
static int default_items_per_cell;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue