Compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/vscroll.h"
|
||||
#include "wx/combobox.h"
|
||||
#include "wx/stattext.h"
|
||||
|
||||
/*!
|
||||
* Forward declarations
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user