WaE: fix init order
This commit is contained in:
parent
ca10dd2ac2
commit
876b99ce56
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
namespace XPath
|
||||
{
|
||||
CNodeList::CNodeList(boost::shared_ptr<xmlXPathObject>& rxpathObj, const Reference< XNode >& contextNode)
|
||||
: m_pNodeSet(0)
|
||||
, m_xContextNode(contextNode)
|
||||
: m_xContextNode(contextNode)
|
||||
, m_pNodeSet(0)
|
||||
{
|
||||
if (rxpathObj != NULL && rxpathObj->type == XPATH_NODESET)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue