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:
Paul Davis 2006-10-25 20:11:42 +00:00
parent 1b39adc4ce
commit bcd511aa3f
42 changed files with 357 additions and 122 deletions

View file

@ -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() {}