From 298714449a7c19c7a0f85d2f06305432f8a5251c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 10 May 2023 07:29:55 +0200 Subject: Cleaning code and update CMI --- src/components/MoveTable.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/MoveTable.hpp') 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(); -- cgit v1.2.3