eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/game game.h


From: eliot-dev
Subject: [Eliot-dev] eliot/game game.h
Date: Fri, 11 Aug 2006 22:13:41 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Antoine Fraboulet <afrab>       06/08/11 22:13:41

Modified files:
        game           : game.h 

Log message:
        - typo in declaration

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/game/game.h?cvsroot=eliot&r1=1.28&r2=1.29

Patches:
Index: game.h
===================================================================
RCS file: /cvsroot/eliot/eliot/game/game.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- game.h      22 Jan 2006 12:23:53 -0000      1.28
+++ game.h      11 Aug 2006 22:13:41 -0000      1.29
@@ -230,12 +230,12 @@
     /**
      * Training games ares saved using the initial Eliot format
      */
-    void Game::gameSaveFormat_14(ostream &out) const;
+    void gameSaveFormat_14(ostream &out) const;
 
     /**
      * Advanced game file format output
      */
-    void Game::gameSaveFormat_15(ostream &out) const;
+    void gameSaveFormat_15(ostream &out) const;
 
 };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]