Skip to content

Commit dfc8ca9

Browse files
author
Wajahat Abbas
committed
made destructor virtual as class has a virtual method now
1 parent fda096b commit dfc8ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/ATHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ATHandler {
7575
* @param send_delay the minimum delay in ms between the end of last response and the beginning of a new command
7676
*/
7777
ATHandler(FileHandle *fh, events::EventQueue &queue, int timeout, const char *output_delimiter, uint16_t send_delay = 0);
78-
~ATHandler();
78+
virtual ~ATHandler();
7979

8080
/** Return used file handle.
8181
*

0 commit comments

Comments
 (0)