mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-16 18:03:23 +00:00
NxWidgets: fix work_s initialization in cwindowmessenger.hxx
This commit is contained in:
parent
f1dea7a1c3
commit
64898d7a48
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ namespace NxWM
|
|||
work_s work;
|
||||
CWindowMessenger *windowMessenger;
|
||||
void *instance;
|
||||
|
||||
work_state_t() : work() {}
|
||||
};
|
||||
|
||||
/** Work queue callback functions */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue