#include "wx/motif/dc.h"
-class WXDLLEXPORT wxPrinterDC : public wxMotifDCImpl
+class WXDLLIMPEXP_CORE wxPrinterDC : public wxMotifDCImpl
{
public:
// Create a printer DC
int orientation = wxPORTRAIT);
virtual ~wxPrinterDC();
- wxRect GetPaperRect();
+ wxRect GetPaperRect() const;
DECLARE_CLASS(wxPrinterDCImpl)
};