mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
make Stateful a virtual base class of StatefulDestructible
This permits dual inheritance from Stateful.
This commit is contained in:
parent
9d7a87083a
commit
7799adc8db
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
namespace PBD {
|
||||
|
||||
/** Base class for objects with saveable and undoable state with destruction notification */
|
||||
class LIBPBD_API StatefulDestructible : public Stateful, virtual public Destructible
|
||||
class LIBPBD_API StatefulDestructible : virtual public Stateful, virtual public Destructible
|
||||
{
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue