diff options
Diffstat (limited to 'src/PGN.hpp')
| -rw-r--r-- | src/PGN.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PGN.hpp b/src/PGN.hpp index 6da955b..0f59bd0 100644 --- a/src/PGN.hpp +++ b/src/PGN.hpp @@ -47,6 +47,7 @@ private: int NextNonBlank(int); /// @brief Parse a HalfMove at a specific location into @a pgn_content int ParseHalfMove(int, HalfMove *); + int ParseComment(int,HalfMove *); }; struct UnexpectedEOF : public std::exception { |
