]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes
authorJulian Smart <julian@anthemion.co.uk>
Thu, 19 Oct 2006 15:56:40 +0000 (15:56 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 19 Oct 2006 15:56:40 +0000 (15:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextsymboldlg.h
src/richtext/richtextstyledlg.cpp

index 1a1bf68f705311da5fb293f6e77d406891068a33..28b9aa6231b97a07456371699895fab15674026d 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "wx/dialog.h"
 #include "wx/vscroll.h"
+#include "wx/combobox.h"
+#include "wx/stattext.h"
 
 /*!
  * Forward declarations
index e7567dd64b27c39cee84db0adbce66365086211d..d8ed49fd093b8e9c1eb3bd644d327c8b5dfe69ff 100644 (file)
@@ -94,7 +94,7 @@ void wxRichTextStyleOrganiserDialog::Init()
 {
     m_richTextStyleSheet = NULL;
     m_richTextCtrl = NULL;
-    m_dontUpdate = NULL;
+    m_dontUpdate = false;
     m_flags = 0;
     m_restartNumbering = true;