diff --git a/OLEDDisplay.h b/OLEDDisplay.h index 164dc80..95dcbd2 100644 --- a/OLEDDisplay.h +++ b/OLEDDisplay.h @@ -112,6 +112,7 @@ typedef byte (*FontTableLookupFunction)(const byte ch); class OLEDDisplay : public Print { public: + virtual ~OLEDDisplay() {} // Initialize the display bool init();