No real changes, just refactoring.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,9 +17,13 @@
|
||||
#endif
|
||||
|
||||
#include "wx/clntdata.h"
|
||||
#include "wx/dynarray.h"
|
||||
|
||||
WX_DEFINE_ARRAY(WXWidget, wxWidgetArray);
|
||||
#ifndef wxWIDGET_ARRAY_DEFINED
|
||||
#define wxWIDGET_ARRAY_DEFINED
|
||||
|
||||
#include "wx/dynarray.h"
|
||||
WX_DEFINE_ARRAY(WXWidget, wxWidgetArray);
|
||||
#endif
|
||||
|
||||
// Choice item
|
||||
class WXDLLEXPORT wxChoice: public wxChoiceBase
|
||||
|
Reference in New Issue
Block a user