fix warning

This commit is contained in:
Glenn Maynard
2004-06-14 01:10:26 +00:00
parent 66fb9eece6
commit 40c9749d54
+1 -1
View File
@@ -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;