Removed dllimpexp declaration from std::vector typedef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -317,7 +317,7 @@ typedef wxString wxPGCachedString;
|
||||
#ifndef SWIG
|
||||
|
||||
#if wxUSE_STL
|
||||
typedef WXDLLIMPEXP_PROPGRID std::vector<wxPGProperty*> wxArrayPGProperty;
|
||||
typedef std::vector<wxPGProperty*> wxArrayPGProperty;
|
||||
#else
|
||||
WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(wxPGProperty*, wxArrayPGProperty,
|
||||
wxBaseArrayPtrVoid,
|
||||
|
Reference in New Issue
Block a user