Applied patch [ 1341085 ] richtext xml build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "wx/richtext/richtextbuffer.h"
|
||||
|
||||
#if wxUSE_RICHTEXT
|
||||
#if wxUSE_RICHTEXT && wxUSE_XML
|
||||
|
||||
/*!
|
||||
* wxRichTextXMLHandler
|
||||
@@ -106,7 +106,7 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
// wxUSE_RICHTEXT
|
||||
// wxUSE_RICHTEXT && wxUSE_XML
|
||||
|
||||
#endif
|
||||
// _WX_RICHTEXTXML_H_
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_RICHTEXT
|
||||
#if wxUSE_RICHTEXT && wxUSE_XML
|
||||
|
||||
#include "wx/richtext/richtextxml.h"
|
||||
|
||||
@@ -818,4 +818,4 @@ void wxRichTextHTMLHandler::OutputParagraphFormatting(const wxTextAttrEx& WXUNUS
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// wxUSE_RICHTEXT
|
||||
// wxUSE_RICHTEXT && wxUSE_XML
|
||||
|
Reference in New Issue
Block a user