mirror of
https://github.com/leethomason/tinyxml2.git
synced 2026-07-29 15:13:01 +04:00
Improved const correctness. There are no functional changes intended.
This commit is contained in:
+1
-1
@@ -2101,7 +2101,7 @@ XMLDocument::~XMLDocument()
|
||||
}
|
||||
|
||||
|
||||
void XMLDocument::MarkInUse(XMLNode* node)
|
||||
void XMLDocument::MarkInUse(const XMLNode* const node)
|
||||
{
|
||||
TIXMLASSERT(node);
|
||||
TIXMLASSERT(node->_parent == 0);
|
||||
|
||||
Reference in New Issue
Block a user