mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 02:17:49 +01:00
make Item::add() virtual
This commit is contained in:
parent
3fb713370f
commit
03e32a22d0
1 changed files with 0 additions and 1 deletions
|
|
@ -217,7 +217,6 @@ public:
|
|||
virtual void add (Item *);
|
||||
virtual void add_front (Item *);
|
||||
virtual void remove (Item *);
|
||||
/* XXX this should become virtual also */
|
||||
void clear (bool with_delete = false);
|
||||
|
||||
std::list<Item*> const & items () const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue