mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.stray DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@6057 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bb0a7f6fb5
commit
5557da7058
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue