mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 13:37:21 +00:00
Fix error: struct 'CWindow' was previously declared as a class
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
a95d34c346
commit
56da7efc57
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ namespace Twm4Nx
|
|||
NXWidgets::CNxString m_name; /**< The Icon Manager name */
|
||||
FAR struct SWindowEntry *m_head; /**< Head of the window list */
|
||||
FAR struct SWindowEntry *m_tail; /**< Tail of the window list */
|
||||
FAR struct CWindow *m_window; /**< Parent window */
|
||||
FAR CWindow *m_window; /**< Parent window */
|
||||
FAR NXWidgets::CButtonArray *m_buttons; /**< The contained button array */
|
||||
uint16_t m_nWindows; /**< The number of windows in the icon mgr. */
|
||||
uint8_t m_nColumns; /**< Fixed number of columns per row */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue