From 5816d2126948a651653192964d74fdeacb65213e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 26 Feb 2008 15:04:54 +0000 Subject: [PATCH] Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52117 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 */