summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-31 12:48:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-31 12:48:11 -0600
commit3060000303e7dbd8afc745cd4208b222bad6cc4d (patch)
tree6a205918ae67bb59462bde3f4ccf7445021df732 /NxWidgets/libnxwidgets
parent7122e55e5927ab9681d8a808b49808138496fff1 (diff)
downloadnuttx-3060000303e7dbd8afc745cd4208b222bad6cc4d.tar.gz
nuttx-3060000303e7dbd8afc745cd4208b222bad6cc4d.tar.bz2
nuttx-3060000303e7dbd8afc745cd4208b222bad6cc4d.zip
The user-mode work queue was not being started
Diffstat (limited to 'NxWidgets/libnxwidgets')
-rw-r--r--NxWidgets/libnxwidgets/src/ccallback.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/src/ccallback.cxx b/NxWidgets/libnxwidgets/src/ccallback.cxx
index b7cd31161..488016162 100644
--- a/NxWidgets/libnxwidgets/src/ccallback.cxx
+++ b/NxWidgets/libnxwidgets/src/ccallback.cxx
@@ -145,7 +145,6 @@ void CCallback::position(NXHANDLE hwnd,
bounds->pt1.x, bounds->pt1.y, bounds->pt2.x, bounds->pt2.y,
arg);
-
// The argument must be the CCallback instance
CCallback *This = (CCallback *)arg;