Amir Chaudhary / Mbed OS MTDOT-BOX-EVB-Factory-Firmware

Dependencies:   NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2

Revision:
12:05435282f899
Parent:
1:71125aa00e33
--- a/Layout/Layout.h	Thu Nov 10 22:10:58 2016 +0000
+++ b/Layout/Layout.h	Tue Oct 09 13:49:30 2018 -0500
@@ -21,6 +21,7 @@
 
 #include "DOGS102.h"
 #include <string>
+#include "ChannelPlans.h"
 
 class Label {
     public:
@@ -52,7 +53,7 @@
 class Layout {
     public:
         Layout(DOGS102* lcd);
-        ~Layout();
+        virtual ~Layout();
 
         virtual void display() = 0;