]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextsymboldlg.h
fix bug with parsing negative time zones in ParseRfc822Date()
[wxWidgets.git] / include / wx / richtext / richtextsymboldlg.h
index 9f8facaf699139c8fb4e70db2e2d3625b62c4e3c..1137baa28faa76e0360ae699e204a3cd0386b2bd 100644 (file)
 
 #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 );