]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
add wxUSE_IMAGE to setup.h and GetHFONT to wxFont.
[wxWidgets.git] / include / wx / dc.h
index faee757e84bcdc02db8b4986816de2d3e6687d91..dcff29cc03636df9975c1ff5361a5b46094d96f8 100644 (file)
@@ -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: