]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dc.h
Updates to fix EMX specific stuff that broke VisualAge specific stuff
[wxWidgets.git] / include / wx / gtk1 / dc.h
index c44beb9c53e1b9dd6b9811b937b934df147f840e..2ce4f8de26d51ae9da03f01e9da2b8eae05bf8be 100644 (file)
@@ -40,8 +40,6 @@ class wxDC;
 
 class wxDC : public wxDCBase
 {
-    DECLARE_ABSTRACT_CLASS(wxDC)
-
 public:
     wxDC();
     ~wxDC() { }
@@ -151,6 +149,9 @@ public:
                  m_needComputeScaleY; // not yet used
 
     float        m_scaleFactor;  // wxPSDC wants to have this. Will disappear.
+    
+private:
+    DECLARE_ABSTRACT_CLASS(wxDC)
 };
 
 #endif // __GTKDCH__