Fix NFCEEPROM's destructor

pull/7822/head
Donatien Garnier 2018-08-08 17:31:24 +01:00
parent 2db8f8607d
commit 3cd3efe9d8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace nfc {
*/
NFCEEPROM(NFCEEPROMDriver* driver);
virtual ~NFCTarget();
virtual ~NFCEEPROM();
/**
* The NFCEEPROM delegate. Users of the NFCEEPROM class need to implement this delegate's methods to receive events.