diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-18 18:42:13 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-18 18:42:13 +0100 |
| commit | da8857549304590d8d32e643a22617318add542a (patch) | |
| tree | 738e7c720f0043447ce34be0ae13b75207794f1a /src/HalfMove.hpp | |
| parent | 2ac42558f2b6269ad4d8e0809519f96aae1fd342 (diff) | |
Improve NAG parsing
Diffstat (limited to 'src/HalfMove.hpp')
| -rw-r--r-- | src/HalfMove.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HalfMove.hpp b/src/HalfMove.hpp index 47caf05..45eb96c 100644 --- a/src/HalfMove.hpp +++ b/src/HalfMove.hpp @@ -24,7 +24,7 @@ public: std::string move; /// @brief Comment associated to the move std::string comment; - std::string NAG; + std::uint8_t NAG; /// @brief Next HalfMove link to this line HalfMove *MainLine; /// @brief Next HalfMove links to variation of this line |
