]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
wxWinCE compile fixes
[wxWidgets.git] / include / wx / gtk / dcclient.h
index 7ed817ac56287996d8f05d625435aec2c979d3d2..0239bc5cddb2da14f666296dcf055c17690c5318 100644 (file)
@@ -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
     // --------------
@@ -125,10 +123,9 @@ public:
     void SetUpDC();
     void Destroy();
     
-protected:
     virtual void ComputeScaleAndOrigin();
 
-    GdkWindow *GetWindow() { return m_window; }
+    virtual GdkWindow *GetGDKWindow() const { return m_window; }
 
 private:
     DECLARE_DYNAMIC_CLASS(wxWindowDC)