tool/CommandConfig.h
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
--- a/tool/CommandConfig.h	Tue Dec 14 21:58:53 2010 +0100
+++ b/tool/CommandConfig.h	Mon Dec 20 17:52:37 2010 +0100
@@ -34,16 +34,18 @@
 using namespace std;
 
 #include "Command.h"
+#include "SoeCommand.h"
 
 /****************************************************************************/
 
 class CommandConfig:
-    public Command
+    public Command,
+    public SoeCommand
 {
     public:
         CommandConfig();
 
-        string helpString() const;
+        string helpString(const string &) const;
         void execute(const StringVector &);
 
     protected: