|
From: <axl...@us...> - 2009-04-01 01:25:37
|
Revision: 192
http://hgengine.svn.sourceforge.net/hgengine/?rev=192&view=rev
Author: axlecrusher
Date: 2009-04-01 01:25:21 +0000 (Wed, 01 Apr 2009)
Log Message:
-----------
fix bug
Modified Paths:
--------------
Mercury2/src/XMLParser.cpp
Modified: Mercury2/src/XMLParser.cpp
===================================================================
--- Mercury2/src/XMLParser.cpp 2009-04-01 01:22:53 UTC (rev 191)
+++ Mercury2/src/XMLParser.cpp 2009-04-01 01:25:21 UTC (rev 192)
@@ -147,6 +147,7 @@
{
m_node = n.m_node;
m_doc = n.m_doc;
+ return *this;
}
XMLDocument::XMLDocument()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|