]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed for w/o expat
authorRyan Norton <wxprojects@comcast.net>
Sat, 16 Apr 2005 21:42:17 +0000 (21:42 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 16 Apr 2005 21:42:17 +0000 (21:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/debugrpt.h
src/generic/dbgrptg.cpp

index aa3787e1c794423d3a08f0f7974be0d045f8acd8..0337633e9fe21af715e35c26ec2f451bdc5646ce 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_DEBUGREPORT
+#if wxUSE_DEBUGREPORT && wxUSE_XML
 
 class WXDLLIMPEXP_XML wxXmlNode;
 
index 52d43bae350af4e551420710a846c7c6a103c9ce..734054bfca9577501b54ca6539a769d5b558f5ae 100644 (file)
@@ -29,7 +29,7 @@
     #include "wx/textctrl.h"
 #endif // WX_PRECOMP
 
-#if wxUSE_DEBUGREPORT
+#if wxUSE_DEBUGREPORT && wxUSE_XML
 
 #include "wx/debugrpt.h"