]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcprint.h
Incorrect placement of the '*' in the line "const wxChar* WXDLLIMPEXP_ODBC". It...
[wxWidgets.git] / include / wx / msw / dcprint.h
index d9531b3f7d53419c0a92a491e4fc0fbe96fead8f..08601a2dbf7e6f50c5aa050bbc5c03a56577db8d 100644 (file)
@@ -44,7 +44,7 @@ protected:
     virtual bool DoBlit(wxCoord xdest, wxCoord ydest,
                         wxCoord width, wxCoord height,
                         wxDC *source, wxCoord xsrc, wxCoord ysrc,
-                        int rop = wxCOPY, bool useMask = FALSE);
+                        int rop = wxCOPY, bool useMask = FALSE, wxCoord xsrcMask = -1, wxCoord ysrcMask = -1);
 
     // init the dc
     void Init();
@@ -52,7 +52,7 @@ protected:
     wxPrintData m_printData;
 
 private:
-    DECLARE_CLASS(wxPrinterDC)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxPrinterDC)
 };
 
 // Gets an HDC for the default printer configuration