From 901aeb1aadd6a28b1c010b4368a1f73bd86deefc Mon Sep 17 00:00:00 2001 From: ldaq Date: Mon, 6 Nov 2023 10:05:01 +0100 Subject: [PATCH 1/2] This is only a test --- Examples/Ex1/src/B.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Ex1/src/B.h b/Examples/Ex1/src/B.h index 8a620c762a28d..2009e99b3a971 100644 --- a/Examples/Ex1/src/B.h +++ b/Examples/Ex1/src/B.h @@ -15,6 +15,7 @@ class B { public: + // hello B(); }; #endif From 3deaf36c39727c5aa8833bdf176ac62da16695a3 Mon Sep 17 00:00:00 2001 From: ldaq Date: Mon, 6 Nov 2023 10:40:15 +0100 Subject: [PATCH 2/2] test 2 --- Examples/Ex1/src/B.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Ex1/src/B.h b/Examples/Ex1/src/B.h index 2009e99b3a971..6cdd19045e09e 100644 --- a/Examples/Ex1/src/B.h +++ b/Examples/Ex1/src/B.h @@ -16,6 +16,7 @@ class B { public: // hello + // B(); }; #endif