From eda276b09272496b7ec4e920e6344c5469f0d017 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 13 Oct 2006 09:16:22 +0000 Subject: [PATCH 1/1] Remove method GetWindow() returning a GdkWindow* git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/dcclient.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/gtk/dcclient.h b/include/wx/gtk/dcclient.h index 7ed817ac56..f6eee0b5fe 100644 --- a/include/wx/gtk/dcclient.h +++ b/include/wx/gtk/dcclient.h @@ -99,8 +99,6 @@ public: virtual void SetDeviceOrigin( wxCoord x, wxCoord y ); virtual void SetAxisOrientation( bool xLeftRight, bool yBottomUp ); - virtual GdkWindow* GetGDKWindow() const { return m_window; } - // protected: // implementation // -------------- @@ -128,7 +126,7 @@ public: protected: virtual void ComputeScaleAndOrigin(); - GdkWindow *GetWindow() { return m_window; } + virtual GdkWindow *GetGDKWindow() const { return m_window; } private: DECLARE_DYNAMIC_CLASS(wxWindowDC) -- 2.45.2