fixes for endemic (compiler?) issues with virtual inheritance of sigc::trackable. NOTE: automation list undo/redo no longer operational, fix to follow
git-svn-id: svn://localhost/ardour2/trunk@1007 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -21,10 +21,9 @@
|
||||
#ifndef __lib_pbd_command_h__
|
||||
#define __lib_pbd_command_h__
|
||||
|
||||
#include <pbd/stateful.h>
|
||||
#include <pbd/destructible.h>
|
||||
#include <pbd/statefuldestructible.h>
|
||||
|
||||
class Command : public Stateful, public PBD::Destructible
|
||||
class Command : public PBD::StatefulDestructible
|
||||
{
|
||||
public:
|
||||
virtual ~Command() {}
|
||||
|
||||
Reference in New Issue
Block a user