]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmprint.h
WXUSINGDLL is defined when building samples on non-MSW platforms for simplicity,...
[wxWidgets.git] / include / wx / html / htmprint.h
index 5b7c72db7b5c5171e26ba34e8078b072ec03d5c8..1ebf5a728a6fbb21fb77d7f75e5581add5cea116 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_HTMPRINT_H_
 #define _WX_HTMPRINT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "htmprint.h"
 #endif
 
@@ -237,7 +237,7 @@ public:
     void SetFonts(wxString normal_face, wxString fixed_face, const int *sizes = 0);
     // Sets fonts to be used when displaying HTML page. (if size null then default sizes used)
 
-    wxPrintData *GetPrintData() {return m_PrintData;}
+    wxPrintData *GetPrintData();
     wxPageSetupDialogData *GetPageSetupData() {return m_PageSetupData;}
             // return page setting data objects. 
             // (You can set their parameters.)