]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fix
authorJulian Smart <julian@anthemion.co.uk>
Fri, 27 Oct 2006 09:27:47 +0000 (09:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 27 Oct 2006 09:27:47 +0000 (09:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextprint.h

index 69d1a43e2e28bd17773082f55c8b0141c85cc009..20dc9ecbcc039db83eaa09ed3cba57bb08e389d8 100644 (file)
@@ -187,7 +187,7 @@ public:
     wxString GetFooterText(wxRichTextOddEvenPage page = wxRICHTEXT_PAGE_EVEN, wxRichTextPageLocation location = wxRICHTEXT_PAGE_CENTRE) const;
 
     /// Show header/footer on first page, or not
-    bool SetShowOnFirstPage(bool show) { m_headerFooterData.SetShowOnFirstPage(show); }
+    void SetShowOnFirstPage(bool show) { m_headerFooterData.SetShowOnFirstPage(show); }
 
     /// Get print and page setup data
     wxPrintData *GetPrintData();