some "const"s added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user