mirror of https://github.com/ARMmbed/mbed-os.git
made destructor virtual as class has a virtual method now
parent
fda096b4c4
commit
dfc8ca91fa
|
|
@ -75,7 +75,7 @@ public:
|
|||
* @param send_delay the minimum delay in ms between the end of last response and the beginning of a new command
|
||||
*/
|
||||
ATHandler(FileHandle *fh, events::EventQueue &queue, int timeout, const char *output_delimiter, uint16_t send_delay = 0);
|
||||
~ATHandler();
|
||||
virtual ~ATHandler();
|
||||
|
||||
/** Return used file handle.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue