]> 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 46dde4f2b02aa5b59f8d8f2a3455581e0daf7959..b6f26630b09aec3d6eca549aeeb689c3b73be0c8 100644 (file)
@@ -227,6 +227,8 @@ public:
     bool Ok() const { return IsOk(); }
     bool IsOk() const;
 
+    virtual void* GetCairoContext() const;
+
     bool CanDrawBitmap() const { return true; }
     void Clear();
     void SetFont( const wxFont& font );