diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 10:14:27 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 10:14:27 +0100 |
| commit | 31d28a6cdaa55ff15dd5f532d4753199b0aa94ca (patch) | |
| tree | 41e3240b7a0414235a56f5eae928f956b0faf668 | |
| parent | f3e3ab4911e896572ad51e895c2d021eaaedaf12 (diff) | |
Members are now protected
| -rw-r--r-- | src/CMI.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMI.hpp b/src/CMI.hpp index 283ffd0..ea4ee65 100644 --- a/src/CMI.hpp +++ b/src/CMI.hpp @@ -14,6 +14,7 @@ namespace CMI { * to the CMI::HalfMove remains in the move tree. */ class HalfMove { +protected: HalfMove *parent = nullptr; HalfMove *mainline = nullptr; std::vector<HalfMove *> variations; |
