tool/CommandConfig.h
changeset 1966 23c638a81fe7
parent 1826 ec6223c3b7ec
child 1968 4f682084c643
--- 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();