From c81c3d2db29e3c7a74ae1f2e3377c730981e3a33 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 27 Oct 2006 09:27:47 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/richtext/richtextprint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/richtext/richtextprint.h b/include/wx/richtext/richtextprint.h index 69d1a43e2e..20dc9ecbcc 100644 --- a/include/wx/richtext/richtextprint.h +++ b/include/wx/richtext/richtextprint.h @@ -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(); -- 2.47.2