]> 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 17417a4092471e4a23ef9c9181b4ff89acd5c04b..c89df60b89d4957dc6b696dd5a20cd3af08c8c64 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_PRINT_H_
 #define _WX_PRINT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "print.h"
 #endif
 
@@ -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);
 };