]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
Added RTL functions missing from WinCE to wxchar.h/cpp
[wxWidgets.git] / include / wx / cmdproc.h
index d630a152241bfdcade9d61bf5994a7112092cbe4..970922d40ba4208fcacc9e75d7219111db8460d8 100644 (file)
@@ -114,7 +114,7 @@ protected:
 
     int           m_maxNoCommands;
     wxList        m_commands;
-    wxNode*       m_currentCommand;
+    wxList::compatibility_iterator m_currentCommand;
 
 #if wxUSE_MENUS
     wxMenu*       m_commandEditMenu;