fix gcc warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -251,8 +251,8 @@ class wxRuntimeDepersister : public wxDepersister
|
|||||||
struct wxRuntimeDepersisterInternal ;
|
struct wxRuntimeDepersisterInternal ;
|
||||||
wxRuntimeDepersisterInternal * m_data ;
|
wxRuntimeDepersisterInternal * m_data ;
|
||||||
public :
|
public :
|
||||||
wxRuntimeDepersister() ;
|
wxRuntimeDepersister();
|
||||||
~wxRuntimeDepersister() ;
|
virtual ~wxRuntimeDepersister();
|
||||||
|
|
||||||
// returns the object having the corresponding ID fully constructed
|
// returns the object having the corresponding ID fully constructed
|
||||||
wxObject *GetObject(int objectID) ;
|
wxObject *GetObject(int objectID) ;
|
||||||
@@ -327,8 +327,8 @@ private :
|
|||||||
wxTextOutputStream *m_fp;
|
wxTextOutputStream *m_fp;
|
||||||
wxString ValueAsCode( const wxxVariant ¶m ) ;
|
wxString ValueAsCode( const wxxVariant ¶m ) ;
|
||||||
public:
|
public:
|
||||||
wxCodeDepersister(wxTextOutputStream *out) ;
|
wxCodeDepersister(wxTextOutputStream *out);
|
||||||
~wxCodeDepersister() ;
|
virtual ~wxCodeDepersister();
|
||||||
|
|
||||||
// allocate the new object on the heap, that object will have the passed in ID
|
// allocate the new object on the heap, that object will have the passed in ID
|
||||||
virtual void AllocateObject(int objectID, wxClassInfo *classInfo ,
|
virtual void AllocateObject(int objectID, wxClassInfo *classInfo ,
|
||||||
|
Reference in New Issue
Block a user