X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5851311d3cafff78097f8441d3dc5bf1fc1e6b0..1cf57808cb146742378d24faa77b9e9482c86b2b:/include/wx/richtext/richtextsymboldlg.h diff --git a/include/wx/richtext/richtextsymboldlg.h b/include/wx/richtext/richtextsymboldlg.h index 9f8facaf69..1137baa28f 100644 --- a/include/wx/richtext/richtextsymboldlg.h +++ b/include/wx/richtext/richtextsymboldlg.h @@ -18,18 +18,17 @@ #include "wx/dialog.h" #include "wx/vscroll.h" -#include "wx/combobox.h" -#include "wx/stattext.h" /*! * Forward declarations */ -////@begin forward declarations -class wxSymbolListCtrl; - +class WXDLLIMPEXP_FWD_CORE wxStaticText; +class WXDLLIMPEXP_FWD_CORE wxComboBox; class WXDLLIMPEXP_FWD_CORE wxTextCtrl; +////@begin forward declarations +class wxSymbolListCtrl; ////@end forward declarations // __UNICODE__ is a symbol used by DialogBlocks-generated code. @@ -119,7 +118,6 @@ public: void OnFromUnicodeSelected( wxCommandEvent& event ); #endif - /// wxEVT_UPDATE_UI event handler for wxID_OK void OnOkUpdate( wxUpdateUIEvent& event );