made destructor virtual as class has a virtual method now

pull/7564/head
Wajahat Abbas 2018-08-01 16:59:18 +05:00
parent fda096b4c4
commit dfc8ca91fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*