fixed visiblity attribute warnings in STL build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-08-08 21:55:22 +00:00
parent cae92a4988
commit e5eaf55744

View File

@@ -333,7 +333,7 @@ inline const void *wxListCastElementToVoidPtr(const wxString& str)
~liT() { Clear(); } \ ~liT() { Clear(); } \
\ \
/* It needs access to our EmptyList */ \ /* It needs access to our EmptyList */ \
friend decl compatibility_iterator; \ friend class compatibility_iterator; \
} }
#define WX_DECLARE_LIST(elementtype, listname) \ #define WX_DECLARE_LIST(elementtype, listname) \
@@ -491,7 +491,7 @@ class WXDLLIMPEXP_FWD_BASE wxList;
class WXDLLIMPEXP_BASE wxListBase : public wxObject class WXDLLIMPEXP_BASE wxListBase : public wxObject
{ {
friend class WXDLLIMPEXP_FWD_BASE wxNodeBase; // should be able to call DetachNode() friend class wxNodeBase; // should be able to call DetachNode()
friend class wxHashTableBase; // should be able to call untyped Find() friend class wxHashTableBase; // should be able to call untyped Find()
public: public: