]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/postscrp.h
Added missing accessors
[wxWidgets.git] / include / wx / postscrp.h
index 352096a75d9232b1e1a705d327c6de86a00c60b3..3c8a2e39afee251b78481828482938eb7231f482 100644 (file)
@@ -64,7 +64,7 @@ class WXDLLEXPORT wxPostScriptDC: public wxDC
 
   // RR: I define these in wxDC, after all they all do the same everywhere
 
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
   // Splines
   // 3-point spline
   void DrawSpline(long x1, long y1, long x2, long y2, long x3, long y3);
@@ -151,7 +151,7 @@ DECLARE_CLASS(wxPostScriptPrintDialog)
 public:
     wxPostScriptPrintDialog (wxWindow *parent, const wxString& title,
                      const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
-                         const long style = wxDEFAULT_DIALOG_STYLE);
+                         long style = wxDEFAULT_DIALOG_STYLE);
 
     virtual int ShowModal(void) ;
 };
@@ -284,7 +284,7 @@ class WXDLLEXPORT wxPrintPaperDatabase: public wxList
   void ClearDatabase(void);
 
   void AddPaperType(char *name, int wmm, int hmm, int wp, int hp);
-  wxPrintPaperType *FindPaperType(char *name);
+  wxPrintPaperType *FindPaperType(const char *name);
 };
 
 WXDLLEXPORT_DATA(extern wxPrintPaperDatabase*) wxThePrintPaperDatabase;