Skip to content
Snippets Groups Projects
Unverified Commit 7a3c32fe authored by Daniel Eichhorn's avatar Daniel Eichhorn Committed by GitHub
Browse files

Merge pull request #144 from TD-er/feature/virtualDestructr

#143 Use virtual destructor on base class
parents 4f9bfc2d 9817761c
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ typedef byte (*FontTableLookupFunction)(const byte ch);
class OLEDDisplay : public Print {
public:
virtual ~OLEDDisplay() {}
// Initialize the display
bool init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment