mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Fix rigclass.h to use default instead of delete
Test program was failing with delete
This commit is contained in:
parent
a88bd7238b
commit
f147484b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
virtual ~Rig();
|
||||
#if __cplusplus >= 201103L
|
||||
Rig(const Rig&) = delete;
|
||||
Rig(const Rig&) = default;
|
||||
Rig& operator=(const Rig&) = delete;
|
||||
#else
|
||||
Rig(const Rig&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue