mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
- typo in declaration
This commit is contained in:
parent
9f86b53021
commit
8d79f6ba78
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue