1
0
mirror of https://github.com/thelsing/knx.git synced 2025-01-07 00:05:47 +01:00

Prevent using inadvertently copy constructor of GroupObject

This commit is contained in:
Michael Geramb 2024-08-15 19:59:37 +02:00 committed by Dom
parent b2bcba7e1b
commit 7efc9a556d

View File

@ -51,7 +51,7 @@ typedef void (*GroupObjectUpdatedHandler)(GroupObject& go);
class GroupObject
{
friend class GroupObjectTableObject;
GroupObject(const GroupObject& other) = delete;
public:
/**
* The constructor.