X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=move_square.cc;h=5aed572d766a630d763eee9b3020b9cbc21f3b2c;hb=9e314265ccd6163e8a79bdbb91a8bfb46ff73bca;hp=4ce403be65751ccc042312f3b9f33262a292bd6b;hpb=5c68b9412710739cc0562ab296a9c8af13e9e71c;p=universe.git diff --git a/move_square.cc b/move_square.cc index 4ce403b..5aed572 100644 --- a/move_square.cc +++ b/move_square.cc @@ -1,17 +1,6 @@ -//////////////////////////////////////////////////////////////////////////////// -// This program is free software; you can redistribute it and/or // -// modify it under the terms of the GNU General Public License // -// version 2 as published by the Free Software Foundation. // -// // -// This program is distributed in the hope that it will be useful, but // -// WITHOUT ANY WARRANTY; without even the implied warranty of // -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // -// General Public License for more details. // -// // -// Written and (C) by François Fleuret // -// Contact for comments & bug reports // -//////////////////////////////////////////////////////////////////////////////// +// Written and (C) by Francois Fleuret +// Contact for comments & bug reports #include "task.h" #include "universe.h" @@ -27,7 +16,7 @@ class MoveSquare : public Task { public: - virtual char *name() { return "MOVE_SQUARE"; } + virtual const char *name() { return "MOVE_SQUARE"; } virtual int nb_degrees() { return 5; }