diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 07:29:55 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-10 07:29:55 +0200 |
| commit | 298714449a7c19c7a0f85d2f06305432f8a5251c (patch) | |
| tree | 0acd6328ac4d29baca47d1599dd3789d2a28a012 /src/components/MoveTable.hpp | |
| parent | 9a632b7d41eb6e12b18fb4f2f0cee817e4958d2f (diff) | |
Cleaning code and update CMI
Diffstat (limited to 'src/components/MoveTable.hpp')
| -rw-r--r-- | src/components/MoveTable.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/MoveTable.hpp b/src/components/MoveTable.hpp index e357287..1b6323e 100644 --- a/src/components/MoveTable.hpp +++ b/src/components/MoveTable.hpp @@ -60,8 +60,7 @@ class MoveTable : public Component { std::uint32_t DrawComment(CMI::HalfMove *m, std::uint32_t line, std::uint32_t indent, const Element &move_bound, const char &indent_black); std::uint32_t DrawVariations(CMI::HalfMove *m, std::uint32_t line, std::uint32_t indent, - const Element &move_bound, - const char &indent_black); + const Element &move_bound); public: MoveTable(Status *s); void Refresh(); |
