#include "wx/motif/dc.h"
-class WXDLLEXPORT wxPrinterDC : public wxMotifDCImpl
+class WXDLLIMPEXP_CORE wxPrinterDC : public wxMotifDCImpl
{
public:
// Create a printer DC
wxPrinterDCImpl(const wxString& driver, const wxString& device,
const wxString& output,
bool interactive = true,
- int orientation = wxPORTRAIT);
+ wxPrintOrientation orientation = wxPORTRAIT);
virtual ~wxPrinterDC();
- wxRect GetPaperRect();
+ wxRect GetPaperRect() const;
DECLARE_CLASS(wxPrinterDCImpl)
};