gcc 4.3 issues warning if type attributes are given again - even if they are identical - therefore comment them out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,7 +96,7 @@ typedef bool (*wxObjectStreamingCallback) ( const wxObject *, wxObjectWriter *,
|
||||
class WXDLLIMPEXP_BASE wxClassInfo
|
||||
{
|
||||
friend class WXDLLIMPEXP_BASE wxPropertyInfo;
|
||||
friend class WXDLLIMPEXP_BASE wxHandlerInfo;
|
||||
friend class /* WXDLLIMPEXP_BASE */ wxHandlerInfo;
|
||||
friend wxObject *wxCreateDynamicObject(const wxString& name);
|
||||
|
||||
public:
|
||||
@@ -333,7 +333,6 @@ private:
|
||||
wxPropertyInfoFn m_firstPropertyFn;
|
||||
wxHandlerInfoFn m_firstHandlerFn;
|
||||
|
||||
mutable bool m_firstInited;
|
||||
|
||||
protected:
|
||||
void EnsureInfosInited() const
|
||||
@@ -351,6 +350,8 @@ protected:
|
||||
mutable wxHandlerInfo* m_firstHandler;
|
||||
|
||||
private:
|
||||
mutable bool m_firstInited;
|
||||
|
||||
const wxClassInfo** m_parents;
|
||||
const wxChar* m_unitName;
|
||||
|
||||
|
Reference in New Issue
Block a user