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:
Julian Smart
2005-10-31 14:27:53 +00:00
parent ddc2587f4a
commit fcdbeefa4e
2 changed files with 4 additions and 4 deletions

View File

@@ -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_

View File

@@ -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