adding style to constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -251,7 +251,7 @@ WX_COLLECTION_TYPE_INFO( wxWindow* , wxWindowList ) ;
|
||||
|
||||
template<> void wxCollectionToVariantArray( wxWindowList const &theList, wxxVariantArray &value)
|
||||
{
|
||||
wxListCollectionToVariantArray( theList , value ) ;
|
||||
wxListCollectionToVariantArray<wxWindowList::compatibility_iterator>( theList , value ) ;
|
||||
}
|
||||
|
||||
WX_DEFINE_FLAGS( wxWindowStyle )
|
||||
|
Reference in New Issue
Block a user