Converted various wxArrayPtrVoids to wxVectors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -213,7 +213,7 @@ WX_PG_IMPLEMENT_CUSTOM_COLOUR_PROPERTY_USES_WXCOLOUR2(CLASSNAME, \
|
||||
// Common function exit
|
||||
#define WX_PG_DOGETVALIDATOR_EXIT(VALIDATOR) \
|
||||
s_ptr = VALIDATOR; \
|
||||
wxPGGlobalVars->m_arrValidators.Add( (void*) VALIDATOR ); \
|
||||
wxPGGlobalVars->m_arrValidators.push_back( VALIDATOR ); \
|
||||
return VALIDATOR;
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user