mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Prevent using inadvertently copy constructor of GroupObject
This commit is contained in:
@@ -51,7 +51,7 @@ typedef void (*GroupObjectUpdatedHandler)(GroupObject& go);
|
||||
class GroupObject
|
||||
{
|
||||
friend class GroupObjectTableObject;
|
||||
|
||||
GroupObject(const GroupObject& other) = delete;
|
||||
public:
|
||||
/**
|
||||
* The constructor.
|
||||
|
||||
Reference in New Issue
Block a user