fix warning
This commit is contained in:
@@ -1297,7 +1297,7 @@ XNode* Profile::SaveScreenshotDataCreateNode() const
|
|||||||
|
|
||||||
FOREACH_CONST( Screenshot, m_vScreenshots, ss )
|
FOREACH_CONST( Screenshot, m_vScreenshots, ss )
|
||||||
{
|
{
|
||||||
XNode* pScreenshotNode = pNode->AppendChild( ss->CreateNode() );
|
pNode->AppendChild( ss->CreateNode() );
|
||||||
}
|
}
|
||||||
|
|
||||||
return pNode;
|
return pNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user