summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/capplicationwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/capplicationwindow.hxx')
-rw-r--r--NxWidgets/nxwm/include/capplicationwindow.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/NxWidgets/nxwm/include/capplicationwindow.hxx b/NxWidgets/nxwm/include/capplicationwindow.hxx
index 805df4184..3d868e576 100644
--- a/NxWidgets/nxwm/include/capplicationwindow.hxx
+++ b/NxWidgets/nxwm/include/capplicationwindow.hxx
@@ -110,24 +110,23 @@ namespace NxWM
void handleClickEvent(const NXWidgets::CWidgetEventArgs &e);
- /**
- * CApplicationWindow Destructor
- */
-
- ~CApplicationWindow(void);
-
public:
/**
* CApplicationWindow Constructor
*
- * @param taskbar. A pointer to the parent task bar instance
* @param window. The window to be used by this application.
*/
CApplicationWindow(NXWidgets::CNxTkWindow *window);
/**
+ * CApplicationWindow Destructor
+ */
+
+ ~CApplicationWindow(void);
+
+ /**
* Initialize window. Window initialization is separate from
* object instantiation so that failures can be reported.
*