make Stateful a virtual base class of StatefulDestructible
This permits dual inheritance from Stateful.
This commit is contained in:
parent
9d7a87083a
commit
7799adc8db
@ -26,7 +26,7 @@
|
|||||||
namespace PBD {
|
namespace PBD {
|
||||||
|
|
||||||
/** Base class for objects with saveable and undoable state with destruction notification */
|
/** 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…
Reference in New Issue
Block a user