From 8d79f6ba7863391b73a43b861cbb50d214069090 Mon Sep 17 00:00:00 2001 From: Antoine Fraboulet Date: Fri, 11 Aug 2006 22:13:41 +0000 Subject: [PATCH] - typo in declaration --- game/game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/game.h b/game/game.h index eb0119e..5b3a5af 100644 --- a/game/game.h +++ b/game/game.h @@ -230,12 +230,12 @@ protected: /** * 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; };