summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/nxwm/src/ctaskbar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/src/ctaskbar.cxx b/NxWidgets/nxwm/src/ctaskbar.cxx
index 3a5e44aec..a5c4fc711 100644
--- a/NxWidgets/nxwm/src/ctaskbar.cxx
+++ b/NxWidgets/nxwm/src/ctaskbar.cxx
@@ -818,7 +818,7 @@ NXWidgets::CNxWindow *CTaskbar::openRawWindow(void)
if (!window)
{
delete control;
- return false;
+ return NULL;
}
// Open (and initialize) the window
@@ -828,7 +828,7 @@ NXWidgets::CNxWindow *CTaskbar::openRawWindow(void)
{
delete window;
window = (NXWidgets::CNxWindow *)0;
- return false;
+ return NULL;
}
return window;