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

src/common/debugrpt.cpp

index 6cc89cfd01020e4ffedf3a01a44a66d536d1fded..717f7d1b13522eae358101259dff5357bef2988a 100644 (file)
@@ -30,7 +30,7 @@
     #include "wx/utils.h"
 #endif // WX_PRECOMP
 
-#if wxUSE_DEBUGREPORT
+#if wxUSE_DEBUGREPORT && wxUSE_XML
 
 #include "wx/debugrpt.h"