summaryrefslogtreecommitdiff
path: root/libs/pbd/command.cc
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-08-09 14:14:17 +0000
committerHans Fugal <hans@fugal.net>2006-08-09 14:14:17 +0000
commita32175bd41eb46f8c544af9f7091c2156035135a (patch)
treed70418a072771f46047579385e75a4318373aa0c /libs/pbd/command.cc
parentf07cb624c02c98a5ae375b26cb99c157df64d159 (diff)
r274@gandalf: fugalh | 2006-08-07 19:53:48 -0600
Nuke Serializable in favor of Stateful. Got rid of some warnings with stub code. git-svn-id: svn://localhost/ardour2/branches/undo@767 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/command.cc')
-rw-r--r--libs/pbd/command.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/command.cc b/libs/pbd/command.cc
index 3f5aca8e51..c0fcf36187 100644
--- a/libs/pbd/command.cc
+++ b/libs/pbd/command.cc
@@ -1,8 +1,8 @@
#include <pbd/command.h>
+#include <pbd/xml++.h>
-class XMLNode;
-XMLNode &Command::serialize()
+XMLNode &Command::get_state()
{
XMLNode *node = new XMLNode ("Command");
// TODO