summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/ccyclebutton.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 15:53:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 15:53:16 +0000
commitc96506f914b598e59fce7cc9b3c394a5ebe8d23c (patch)
tree1fa5012ce52ded7dad00fce5de783902c4b577f3 /NxWidgets/libnxwidgets/include/ccyclebutton.hxx
parent47266483f9718a45f71626259356d481e89dd2a7 (diff)
downloadnuttx-c96506f914b598e59fce7cc9b3c394a5ebe8d23c.tar.gz
nuttx-c96506f914b598e59fce7cc9b3c394a5ebe8d23c.tar.bz2
nuttx-c96506f914b598e59fce7cc9b3c394a5ebe8d23c.zip
Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5363 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/libnxwidgets/include/ccyclebutton.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/ccyclebutton.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/NxWidgets/libnxwidgets/include/ccyclebutton.hxx b/NxWidgets/libnxwidgets/include/ccyclebutton.hxx
index 5fd9405d8..f7f965933 100644
--- a/NxWidgets/libnxwidgets/include/ccyclebutton.hxx
+++ b/NxWidgets/libnxwidgets/include/ccyclebutton.hxx
@@ -180,12 +180,6 @@ namespace NXWidgets
virtual inline void calculateTextPosition(void) { }
/**
- * Destructor.
- */
-
- virtual ~CCycleButton(void) { }
-
- /**
* Copy constructor is protected to prevent usage.
*/
@@ -213,6 +207,12 @@ namespace NXWidgets
CWidgetStyle *style = (CWidgetStyle *)NULL);
/**
+ * Destructor.
+ */
+
+ virtual ~CCycleButton(void) { }
+
+ /**
* Add a new option to the widget.
*
* @param text The text of the option.