From 802d0ae2faa101b2a9eaef75f4019160faf250fd Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 9 Mar 2013 21:07:29 +0100 Subject: Made dtors virtual, tested on IO and FMU --- apps/drivers/gps/gps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/drivers/gps') diff --git a/apps/drivers/gps/gps.cpp b/apps/drivers/gps/gps.cpp index 135010653..e35bdb944 100644 --- a/apps/drivers/gps/gps.cpp +++ b/apps/drivers/gps/gps.cpp @@ -86,7 +86,7 @@ class GPS : public device::CDev { public: GPS(const char* uart_path); - ~GPS(); + virtual ~GPS(); virtual int init(); -- cgit v1.2.3