final prototype fixes to a*h headers; s/WXTYPE/wxEventType
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -951,7 +951,7 @@ public:
|
||||
/**
|
||||
Constructor.
|
||||
*/
|
||||
wxListEvent(WXTYPE commandType = 0, int id = 0);
|
||||
wxListEvent(wxEventType commandType = 0, int id = 0);
|
||||
|
||||
/**
|
||||
For @c EVT_LIST_CACHE_HINT event only: return the first item which the
|
||||
|
Reference in New Issue
Block a user