From: Jaakko Salli Date: Sun, 14 Sep 2008 08:46:02 +0000 (+0000) Subject: Removed dllimpexp declaration from std::vector typedef X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a84bb72a489cede3dd41891a711d8c5c9e8ef62 Removed dllimpexp declaration from std::vector typedef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/propgriddefs.h b/include/wx/propgrid/propgriddefs.h index c2e3effbed..1d3d12e68c 100644 --- a/include/wx/propgrid/propgriddefs.h +++ b/include/wx/propgrid/propgriddefs.h @@ -317,7 +317,7 @@ typedef wxString wxPGCachedString; #ifndef SWIG #if wxUSE_STL -typedef WXDLLIMPEXP_PROPGRID std::vector wxArrayPGProperty; +typedef std::vector wxArrayPGProperty; #else WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(wxPGProperty*, wxArrayPGProperty, wxBaseArrayPtrVoid,