Merging undo branch into trunk. It compiles and works for limited tests. Keep
[ardour.git] / libs / pbd / command.cc
1 #include <pbd/command.h>
2
3 class XMLNode;
4
5 XMLNode &Command::serialize()
6 {
7     XMLNode *node = new XMLNode ("Command");
8     // TODO
9     return *node;
10 }