mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
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:
parent
1b39adc4ce
commit
bcd511aa3f
42 changed files with 357 additions and 122 deletions
|
|
@ -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() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue