pkarashchenko commented on code in PR #1398:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1398#discussion_r1015178882


##########
include/graphics/twm4nx/ciconmgr.hxx:
##########
@@ -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 */

Review Comment:
   ```suggestion
         FAR CWindow                  *m_window;     /**< Parent window */
         FAR NXWidgets::CButtonArray    *m_buttons;    /**< The contained 
button array */
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to