From 8a14abe007fb7b265e875c99aef7f53d5d185f39 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 31 Dec 2022 20:45:03 +0100 Subject: Cleaning pointers related code --- src/game_tab/HalfMove.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game_tab/HalfMove.hpp') diff --git a/src/game_tab/HalfMove.hpp b/src/game_tab/HalfMove.hpp index da3c919..3d5177e 100644 --- a/src/game_tab/HalfMove.hpp +++ b/src/game_tab/HalfMove.hpp @@ -14,8 +14,8 @@ * */ class HalfMove : public cgeditor::CGEHalfMove { - HalfMove *parent = NULL; - HalfMove *mainline = NULL; + HalfMove *parent = nullptr; + HalfMove *mainline = nullptr; chessarbiter::ChessArbiter arbiter; std::vector variations; std::string fen; -- cgit v1.2.3