add proper data copy override for the = operator to CP25Data;

This commit is contained in:
Bryan Biedenkapp 2018-11-12 13:27:49 -05:00
parent 1c1462e71e
commit b8de542acd
2 changed files with 21 additions and 0 deletions

View file

@ -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);