eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/freegame.h [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/freegame.h [antoine-1]
Date: Sun, 23 Oct 2005 16:58:52 -0400

Index: eliot/game/freegame.h
diff -u eliot/game/freegame.h:1.8.2.1 eliot/game/freegame.h:1.8.2.2
--- eliot/game/freegame.h:1.8.2.1       Sun Oct 23 17:16:24 2005
+++ eliot/game/freegame.h       Sun Oct 23 20:58:20 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 2005 Eliot
  * Authors: Olivier Teuliere  <address@hidden>
  *
- * $Id: freegame.h,v 1.8.2.1 2005/10/23 17:16:24 afrab Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -46,8 +44,9 @@
     /*************************
      * Game handling
      *************************/
-    virtual int play(int player, Round& round);
+    virtual int play(int player, Round& oRound);
     virtual int back();
+    using Game::back;
 
 private:
     // Private constructor and destructor to force using the GameFactory class




reply via email to

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