X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..716b736420b6f9722f44c53931ceeeb23e8e54e4:/include/wx/prntbase.h diff --git a/include/wx/prntbase.h b/include/wx/prntbase.h index 9e1df3b8c0..b1b455853a 100644 --- a/include/wx/prntbase.h +++ b/include/wx/prntbase.h @@ -13,7 +13,7 @@ #define __PRNTBASEH__ #ifdef __GNUG__ -#pragma interface +#pragma interface "prntbase.h" #endif #include "wx/defs.h" @@ -94,7 +94,7 @@ class WXDLLEXPORT wxPrintout: public wxObject bool isPreview; public: - wxPrintout(char *title = "Printout"); + wxPrintout(const char *title = "Printout"); ~wxPrintout(void); virtual bool OnBeginDocument(int startPage, int endPage);