diff -r f461dc0d145a -r df9b00bda8dc tool/CommandMaster.h --- a/tool/CommandMaster.h Sat Jul 31 16:45:10 2010 +0200 +++ b/tool/CommandMaster.h Thu Aug 05 09:54:06 2010 +0200 @@ -42,6 +42,9 @@ string helpString() const; void execute(const StringVector &); + + private: + enum {ColWidth = 6}; }; /****************************************************************************/