From 5557da70588ad78081eff3ba47878d77bb644163 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 12 May 2013 14:26:33 +0000 Subject: [PATCH] .stray DDUMP git-svn-id: svn://ultimatepp.org/upp/trunk@6057 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/XML.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/XML.h b/uppsrc/Core/XML.h index c92942d88..95872ff14 100644 --- a/uppsrc/Core/XML.h +++ b/uppsrc/Core/XML.h @@ -36,7 +36,7 @@ enum { XML_DOC, XML_TAG, XML_END, XML_TEXT, XML_DECL, XML_PI, XML_COMMENT, XML_E struct XmlError : public Exc { - XmlError(const char *s) : Exc(s) { DDUMP(s); } + XmlError(const char *s) : Exc(s) {} }; class XmlParser {