From f2156b1f3c0f5cf58366f3cce3ecf5986fbddc42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr>
Date: Tue, 4 Oct 2022 13:45:22 +0200
Subject: [PATCH] Fix a warning in the solution file.

---
 HandsOn/2-ObjectProgramming/Solution/exercice22.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HandsOn/2-ObjectProgramming/Solution/exercice22.cpp b/HandsOn/2-ObjectProgramming/Solution/exercice22.cpp
index a4b8031..15432ad 100644
--- a/HandsOn/2-ObjectProgramming/Solution/exercice22.cpp
+++ b/HandsOn/2-ObjectProgramming/Solution/exercice22.cpp
@@ -194,7 +194,7 @@ public:
     TestDisplayPowerOfTwoApprox(int resolution);
     
     //! To make the class a concrete one.
-    virtual ~TestDisplayPowerOfTwoApprox() ;
+    virtual ~TestDisplayPowerOfTwoApprox() override;
     
 protected:
     
-- 
GitLab