]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/print.h
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on...
[wxWidgets.git] / include / wx / motif / print.h
index 0193a501c709b1f0570d9e16597de9c5ce9cb360..c89df60b89d4957dc6b696dd5a20cd3af08c8c64 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PRINT_H_
@@ -30,7 +30,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);
 };