A couple more s/friend class wxFoo/friend class WXDLLEXPORT wxFoo/ for

MinGW GCC 3.2.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-10-06 20:44:41 +00:00
parent 3a9dd8d618
commit 82e547d3d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1824,7 +1824,7 @@ protected:
bool GetModelValues();
bool SetModelValues();
friend class wxGridSelection;
friend class WXDLLEXPORT wxGridSelection;
DECLARE_DYNAMIC_CLASS( wxGrid )
DECLARE_EVENT_TABLE()

View File

@@ -82,7 +82,7 @@ private:
wxGrid *m_grid;
wxGrid::wxGridSelectionModes m_selectionMode;
friend class wxGrid;
friend class WXDLLEXPORT wxGrid;
};
#endif // #ifdef __WXGRIDSEL_H__