summaryrefslogtreecommitdiff
path: root/libs/pbd/command.cc
blob: c0fcf361872dccef28aaed7e50dac67768ccb50d (plain)
1
2
3
4
5
6
7
8
9
10
#include <pbd/command.h>
#include <pbd/xml++.h>


XMLNode &Command::get_state()
{
    XMLNode *node = new XMLNode ("Command");
    // TODO
    return *node;
}