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; // -----------------------------------------------------------------------