mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
add proper data copy override for the = operator to CP25Data;
This commit is contained in:
parent
1c1462e71e
commit
b8de542acd
2 changed files with 21 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ class CP25Data {
|
|||
public:
|
||||
CP25Data();
|
||||
~CP25Data();
|
||||
|
||||
CP25Data& operator=(const CP25Data& data);
|
||||
|
||||
bool decodeHeader(const unsigned char* data);
|
||||
void encodeHeader(unsigned char* data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue