diff --git a/include/wx/propgrid/propgridpagestate.h b/include/wx/propgrid/propgridpagestate.h index ce72e8ec5c..a30a7afe1a 100644 --- a/include/wx/propgrid/propgridpagestate.h +++ b/include/wx/propgrid/propgridpagestate.h @@ -210,7 +210,7 @@ private: }; template -class WXDLLIMPEXP_PROPGRID wxPGIterator : public wxPropertyGridIteratorBase +class wxPGIterator : public wxPropertyGridIteratorBase { public: wxPGIterator(STATE* state, int flags = wxPG_ITERATE_DEFAULT, @@ -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 wxPGIterator wxPropertyGridIterator; -typedef wxPGIterator wxPropertyGridConstIterator; +typedef WXDLLIMPEXP_PROPGRID wxPGIterator wxPropertyGridIterator; +typedef WXDLLIMPEXP_PROPGRID wxPGIterator wxPropertyGridConstIterator; // -----------------------------------------------------------------------