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.
Dependents: DISCO-F746NG_test001
Revision 2:d7dc710446a8, committed 2016-07-02
- Comitter:
- InoueTakashi
- Date:
- Sat Jul 02 05:38:23 2016 +0000
- Parent:
- 1:36e616bde4b8
- Commit message:
- Add Destructer
Changed in this revision
| ButtonGroupOL.cpp | Show annotated file Show diff for this revision Revisions of this file |
| NumericLabelOL.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ButtonGroupOL.cpp Fri Jun 24 01:19:30 2016 +0000
+++ b/ButtonGroupOL.cpp Sat Jul 02 05:38:23 2016 +0000
@@ -52,7 +52,11 @@
;
}
-
+ ButtonGroupOL::~ButtonGroupOL()
+ {
+ ;
+ }
+
}
--- a/NumericLabelOL.hpp Fri Jun 24 01:19:30 2016 +0000
+++ b/NumericLabelOL.hpp Sat Jul 02 05:38:23 2016 +0000
@@ -21,6 +21,8 @@
{ Draw(fmt, val, textColor, backColor); }
+
+
// Draw value
void Draw(const char fmt[], T val, uint32_t txt_color, uint32_t bak_color)