summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/ccyclebutton.hxx
diff options
context:
space:
mode:
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.