]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Oops
[wxWidgets.git] / wxPython / src / _pen.i
index 6f0afd99c333205c82070dcd6035fb0043e998f6..e7d1b7e8eb4a6ddbdba4270200d1d9bc8eeaa96e 100644 (file)
@@ -63,9 +63,11 @@ public:
         }
     }
 
-//  wxDash* GetDash() const { return (M_PENDATA ? (wxDash*)M_PENDATA->m_dash : (wxDash*)NULL); };
+#ifndef __WXMAC__
+//  wxDash* GetDash() const;
     int GetDashCount() const;
-
+#endif
+    
 #ifdef __WXMSW__
     wxBitmap* GetStipple();
     void SetStipple(wxBitmap& stipple);