]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/prntbase.h
mdi private menus
[wxWidgets.git] / include / wx / prntbase.h
index 9e1df3b8c00aec976cec14e85b8804bc876b689e..b1b455853ae6fcc03bbd106e6f8a9d7f0c02dbb7 100644 (file)
@@ -13,7 +13,7 @@
 #define __PRNTBASEH__
 
 #ifdef __GNUG__
 #define __PRNTBASEH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "prntbase.h"
 #endif
 
 #include "wx/defs.h"
 #endif
 
 #include "wx/defs.h"
@@ -94,7 +94,7 @@ class WXDLLEXPORT wxPrintout: public wxObject
 
    bool isPreview;
  public:
 
    bool isPreview;
  public:
-  wxPrintout(char *title = "Printout");
+  wxPrintout(const char *title = "Printout");
   ~wxPrintout(void);
 
   virtual bool OnBeginDocument(int startPage, int endPage);
   ~wxPrintout(void);
 
   virtual bool OnBeginDocument(int startPage, int endPage);