]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
reverting to native mac pathnames
[wxWidgets.git] / include / wx / dc.h
index faee757e84bcdc02db8b4986816de2d3e6687d91..7ddcda916c5a3725f325edf5ce4095c71e479d2f 100644 (file)
@@ -44,7 +44,7 @@ public:
 
     virtual ~wxDrawObject() { }
 
-    virtual void Draw(wxDCBase& dc) const { }
+    virtual void Draw(wxDCBase&) const { }
 
     virtual void CalcBoundingBox(wxCoord x, wxCoord y)
     {
@@ -654,7 +654,7 @@ protected:
                                  wxFont *theFont = NULL) const = 0;
 
 #if wxUSE_SPLINES
-    virtual void DoDrawSpline(wxList *points) = 0;
+    virtual void DoDrawSpline(wxList *points);
 #endif
 
 protected: