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:
parent
b2bcba7e1b
commit
7efc9a556d
@ -51,7 +51,7 @@ typedef void (*GroupObjectUpdatedHandler)(GroupObject& go);
|
||||
class GroupObject
|
||||
{
|
||||
friend class GroupObjectTableObject;
|
||||
|
||||
GroupObject(const GroupObject& other) = delete;
|
||||
public:
|
||||
/**
|
||||
* The constructor.
|
||||
|
Loading…
Reference in New Issue
Block a user