diff -r 5b04770444df -r 742607c464c4 tool/FoeCommand.h --- a/tool/FoeCommand.h Tue Feb 02 19:38:32 2010 +0100 +++ b/tool/FoeCommand.h Fri Feb 05 10:29:47 2010 +0100 @@ -41,8 +41,8 @@ FoeCommand(const string &, const string &); protected: - static std::string resultText(int); - static std::string errorText(int); + static std::string resultText(int); + static std::string errorText(int); }; /****************************************************************************/