mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Merged with trunk R776
git-svn-id: svn://localhost/ardour2/branches/midi@777 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
38c7d34d8c
commit
ab6f1ed9ba
110 changed files with 7360 additions and 785 deletions
10
libs/pbd/command.cc
Normal file
10
libs/pbd/command.cc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <pbd/command.h>
|
||||
#include <pbd/xml++.h>
|
||||
|
||||
|
||||
XMLNode &Command::get_state()
|
||||
{
|
||||
XMLNode *node = new XMLNode ("Command");
|
||||
node->add_content("WARNING: Somebody forgot to subclass Command.");
|
||||
return *node;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue