X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fce127d758a53bec28bce0c66f52a2e03ae9bf4b..e2cb366f612460ba70fb12560c112fef2d8389dd:/include/wx/motif/dcprint.h diff --git a/include/wx/motif/dcprint.h b/include/wx/motif/dcprint.h index 4980bf3938..1292a44ea1 100644 --- a/include/wx/motif/dcprint.h +++ b/include/wx/motif/dcprint.h @@ -14,7 +14,7 @@ #include "wx/motif/dc.h" -class WXDLLEXPORT wxPrinterDC : public wxMotifDCImpl +class WXDLLIMPEXP_CORE wxPrinterDC : public wxMotifDCImpl { public: // Create a printer DC @@ -24,7 +24,7 @@ public: int orientation = wxPORTRAIT); virtual ~wxPrinterDC(); - wxRect GetPaperRect(); + wxRect GetPaperRect() const; DECLARE_CLASS(wxPrinterDCImpl) };