Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DMBasicGUI by
Diff: Application/DigitButton.h
- Revision:
- 10:651861441108
- Parent:
- 9:ce69a7adfe9c
diff -r ce69a7adfe9c -r 651861441108 Application/DigitButton.h
--- a/Application/DigitButton.h Tue Jan 20 09:05:30 2015 +0100
+++ b/Application/DigitButton.h Mon Jan 26 10:06:58 2015 +0100
@@ -38,7 +38,7 @@
* @param height the height of the button
*/
DigitButton(COLOR_T* fb, uint16_t x, uint16_t y, uint16_t width, uint16_t height);
- ~DigitButton();
+ virtual ~DigitButton();
/** Loads the mandatory "normal" state image and the optional "pressed" state image
*
