diff -r c6e6ec6ba5d8 -r 23c638a81fe7 tool/CommandConfig.h --- a/tool/CommandConfig.h Wed Sep 22 15:41:43 2010 +0200 +++ b/tool/CommandConfig.h Sun Oct 24 08:43:44 2010 +0200 @@ -34,11 +34,13 @@ using namespace std; #include "Command.h" +#include "SoeCommand.h" /****************************************************************************/ class CommandConfig: - public Command + public Command, + public SoeCommand { public: CommandConfig();