From bf499da00a281320079f34997ec43f7aca7bd7e9 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 20 Mar 2024 21:01:23 +0100 Subject: [PATCH] rererepatch --- tcp/MyClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcp/MyClient.h b/tcp/MyClient.h index 10e204e..ac1a34c 100644 --- a/tcp/MyClient.h +++ b/tcp/MyClient.h @@ -12,9 +12,9 @@ std::vector>> arucoTags; public: - virtual ~MyClient(); + ~MyClient() override; - MyClient(Type::RobotPose* robotPose, const char* ip = "127.0.0.1", int port = 8080); + explicit MyClient(Type::RobotPose* robotPose, const char* ip = "127.0.0.1", int port = 8080); void handleMessage(const std::string& message) override;