13
0
livetrax/libs/pbd/command.cc
Hans Fugal 79986643c0 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
Trunk merge conflicts resolved


git-svn-id: svn://localhost/ardour2/branches/undo@756 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-04 02:18:45 +00:00

11 lines
151 B
C++

#include <pbd/command.h>
class XMLNode;
XMLNode &Command::serialize()
{
XMLNode *node = new XMLNode ("Command");
// TODO
return *node;
}