mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
Prevent using inadvertently copy constructor of GroupObject
This commit is contained in:
parent
b2bcba7e1b
commit
7efc9a556d
@ -51,7 +51,7 @@ typedef void (*GroupObjectUpdatedHandler)(GroupObject& go);
|
|||||||
class GroupObject
|
class GroupObject
|
||||||
{
|
{
|
||||||
friend class GroupObjectTableObject;
|
friend class GroupObjectTableObject;
|
||||||
|
GroupObject(const GroupObject& other) = delete;
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* The constructor.
|
* The constructor.
|
||||||
|
Loading…
Reference in New Issue
Block a user