mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
r283@gandalf: fugalh | 2006-08-09 08:13:37 -0600
Save state basics, including adding PBD::ID to the delinquents. Compiles but needs to be tested (because I can't get the whole thing to compile on OSX due to the Rect problem). git-svn-id: svn://localhost/ardour2/branches/undo@769 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5fc16bf95f
commit
c26215c1e5
21 changed files with 122 additions and 13 deletions
|
|
@ -5,6 +5,6 @@
|
|||
XMLNode &Command::get_state()
|
||||
{
|
||||
XMLNode *node = new XMLNode ("Command");
|
||||
// TODO
|
||||
node->add_content("WARNING: Somebody forgot to subclass Command.");
|
||||
return *node;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue