]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmprint.h
compilation fix for gcc (closes bug 996701)
[wxWidgets.git] / include / wx / html / htmprint.h
index d71509834d52a877615b2fcc1e028c53ad73dfbd..c80acd66559e59d4cf10f1b063d32c7a28237958 100644 (file)
@@ -106,7 +106,7 @@ enum {
 
 //--------------------------------------------------------------------------------
 // wxHtmlPrintout
-//                  This class is derived from standard wxWindows printout class
+//                  This class is derived from standard wxWidgets printout class
 //                  and is used to print HTML documents.
 //--------------------------------------------------------------------------------
 
@@ -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.)