summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cnxconsole.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/NxWidgets/nxwm/include/cnxconsole.hxx b/NxWidgets/nxwm/include/cnxconsole.hxx
index 7682e6620..1c7aab193 100644
--- a/NxWidgets/nxwm/include/cnxconsole.hxx
+++ b/NxWidgets/nxwm/include/cnxconsole.hxx
@@ -102,12 +102,6 @@ namespace NxWM
void close(void);
- /**
- * CNxConsole destructor
- */
-
- ~CNxConsole(void);
-
public:
/**
* CNxConsole constructor
@@ -121,6 +115,12 @@ namespace NxWM
CNxConsole(CTaskbar *taskbar, CApplicationWindow *window);
/**
+ * CNxConsole destructor
+ */
+
+ ~CNxConsole(void);
+
+ /**
* Each implementation of IApplication must provide a method to recover
* the contained CApplicationWindow instance.
*/