]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dc.h
1. removed 'B' flag from treebase.cpp and regenerated the makefiles
[wxWidgets.git] / include / wx / gtk / dc.h
index c44beb9c53e1b9dd6b9811b937b934df147f840e..78c421c9c410364b1c0fe73bc68ac6c4b586335b 100644 (file)
@@ -40,8 +40,6 @@ class wxDC;
 
 class wxDC : public wxDCBase
 {
-    DECLARE_ABSTRACT_CLASS(wxDC)
-
 public:
     wxDC();
     ~wxDC() { }
@@ -150,7 +148,9 @@ public:
     bool         m_needComputeScaleX,
                  m_needComputeScaleY; // not yet used
 
-    float        m_scaleFactor;  // wxPSDC wants to have this. Will disappear.
+    
+private:
+    DECLARE_ABSTRACT_CLASS(wxDC)
 };
 
 #endif // __GTKDCH__