]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcprint.h
add GetControlWidget() accessor to the generic wxCollapsiblePane
[wxWidgets.git] / include / wx / motif / dcprint.h
index 4980bf3938e4f4c44752818abe18da2d211db60a..1292a44ea15678d975e7416342300d2f703142f0 100644 (file)
@@ -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)
 };