]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed dllimpexp declaration from std::vector typedef
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Sep 2008 08:46:02 +0000 (08:46 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Sep 2008 08:46:02 +0000 (08:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgriddefs.h

index c2e3effbed0b7e09adbf29adbd0e83262b383c2b..1d3d12e68cd33c9e2b2d7908a042fd970fb76aad 100644 (file)
@@ -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,