From 7efc9a556d46b0a2eb321a10f7615ebb040c928b Mon Sep 17 00:00:00 2001 From: Michael Geramb Date: Thu, 15 Aug 2024 19:59:37 +0200 Subject: [PATCH] Prevent using inadvertently copy constructor of GroupObject --- src/knx/group_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knx/group_object.h b/src/knx/group_object.h index 244fab6..344717e 100644 --- a/src/knx/group_object.h +++ b/src/knx/group_object.h @@ -51,7 +51,7 @@ typedef void (*GroupObjectUpdatedHandler)(GroupObject& go); class GroupObject { friend class GroupObjectTableObject; - + GroupObject(const GroupObject& other) = delete; public: /** * The constructor.