From 68f3044b5099572850a9e81a1c63161c20809547 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 May 2012 16:25:56 +0000 Subject: NX trapezoid fixes; Various NxWM fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4720 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/cnxconsole.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'NxWidgets/nxwm/include/cnxconsole.hxx') 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 @@ -120,6 +114,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. -- cgit v1.2.3