]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmprint.h
fixed wxGetKeyState to get current status of non-togle keys, and to
[wxWidgets.git] / include / wx / html / htmprint.h
index d71509834d52a877615b2fcc1e028c53ad73dfbd..1ebf5a728a6fbb21fb77d7f75e5581add5cea116 100644 (file)
@@ -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.)