From 050d608bcf03187ea79007d84736b76b59978e81 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 12 Jul 2019 19:20:30 +0200 Subject: [PATCH] Don't use export/visibility attributes in typedefs --- include/wx/propgrid/propgridpagestate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/propgrid/propgridpagestate.h b/include/wx/propgrid/propgridpagestate.h index cd48369640..64fae9e568 100644 --- a/include/wx/propgrid/propgridpagestate.h +++ b/include/wx/propgrid/propgridpagestate.h @@ -267,8 +267,8 @@ public: // Preferable way to iterate through contents of wxPropertyGrid, // wxPropertyGridManager, and wxPropertyGridPage. // See wxPropertyGridInterface::GetIterator() for more information about usage. -typedef WXDLLIMPEXP_PROPGRID wxPGIterator wxPropertyGridIterator; -typedef WXDLLIMPEXP_PROPGRID wxPGIterator wxPropertyGridConstIterator; +typedef wxPGIterator wxPropertyGridIterator; +typedef wxPGIterator wxPropertyGridConstIterator; // -----------------------------------------------------------------------