fix incorrect region opacity after move + undo
[ardour.git] / libs / pbd / command.cc
index c0fcf361872dccef28aaed7e50dac67768ccb50d..5b41691c07cae0ff3ad8754f7f901489952e0dc8 100644 (file)
@@ -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;
 }