fix many mostly harmless warnings in wxOSX/Carbon build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-06-20 00:21:53 +00:00
parent 3c01c59511
commit 8f2a8de6e7
10 changed files with 186 additions and 152 deletions

View File

@@ -74,7 +74,7 @@ public:
return this->m_NativeDataPtr;
}
virtual bool Render() = 0; // a call to the native data browser function to render the data;
virtual bool MacRender() = 0; // a call to the native data browser function to render the data;
// returns true if the data value could be rendered, false otherwise
void SetNativeData(wxDataViewRendererNativeData* newNativeDataPtr);
@@ -150,7 +150,7 @@ public:
//
// implementation
//
virtual bool Render();
virtual bool MacRender();
void SetDC(wxDC* newDCPtr); // this method takes ownership of the pointer
@@ -184,7 +184,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
protected:
private:
@@ -222,7 +222,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
protected:
private:
@@ -247,7 +247,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
//
// implementation
@@ -283,7 +283,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
protected:
private:
@@ -302,7 +302,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
protected:
private:
@@ -322,7 +322,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
protected:
private:
@@ -341,7 +341,7 @@ public:
//
// inherited functions from wxDataViewRenderer
//
virtual bool Render();
virtual bool MacRender();
protected:
private: