]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/print.h
use memcpy() instead of wxTmemcpy() as the latter is defined in wx/wxcrt.h which...
[wxWidgets.git] / include / wx / gtk / print.h
index 5cc313bde90c80103f9826c30e780ca76c69f6f4..b6f26630b09aec3d6eca549aeeb689c3b73be0c8 100644 (file)
@@ -227,9 +227,7 @@ public:
     bool Ok() const { return IsOk(); }
     bool IsOk() const;
 
-#if wxUSE_GRAPHICS_CONTEXT
-    virtual wxGraphicsContext* CreateGraphicsContext();
-#endif
+    virtual void* GetCairoContext() const;
 
     bool CanDrawBitmap() const { return true; }
     void Clear();