X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..4deaa8dbc5f39aa5d0e8b449697f7ac841dec9bf:/include/wx/motif/print.h diff --git a/include/wx/motif/print.h b/include/wx/motif/print.h index 0193a501c7..a9cad3513f 100644 --- a/include/wx/motif/print.h +++ b/include/wx/motif/print.h @@ -6,16 +6,12 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_PRINT_H_ #define _WX_PRINT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "print.h" -#endif - #include "wx/prntbase.h" /* @@ -30,7 +26,7 @@ public: wxPrinter(wxPrintData *data = NULL); ~wxPrinter(); - virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = TRUE); + virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = true); virtual bool PrintDialog(wxWindow *parent); virtual bool Setup(wxWindow *parent); };