- typo in declaration

This commit is contained in:
Antoine Fraboulet 2006-08-11 22:13:41 +00:00
parent 9f86b53021
commit 8d79f6ba78

View file

@ -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;
};