X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..8f494e5d878c7f11c6fd58f9172a95bfb9c03feb:/include/wx/postscrp.h diff --git a/include/wx/postscrp.h b/include/wx/postscrp.h index e8b72bdd69..3c8a2e39af 100644 --- a/include/wx/postscrp.h +++ b/include/wx/postscrp.h @@ -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;