From ab44f4bf4ee7580c9f7870e6f081d0f2fed3fc7b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 26 Feb 2008 15:05:11 +0000 Subject: [PATCH 1/1] Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/richtext/richtextstyledlg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/richtext/richtextstyledlg.h b/include/wx/richtext/richtextstyledlg.h index 3e2a6c774a..403b180708 100644 --- a/include/wx/richtext/richtextstyledlg.h +++ b/include/wx/richtext/richtextstyledlg.h @@ -33,6 +33,9 @@ class wxRichTextStyleListCtrl; class wxRichTextCtrl; ////@end forward declarations +class WXDLLIMPEXP_FWD_CORE wxButton; +class WXDLLIMPEXP_FWD_CORE wxCheckBox; + /*! * Control identifiers */ -- 2.45.2