gcc compile fix

This commit is contained in:
Glenn Maynard
2004-02-22 05:50:54 +00:00
parent d92da4f66a
commit a381630ac2
+1 -1
View File
@@ -1275,7 +1275,7 @@ XNode* Profile::SaveScreenshotDataCreateNode() const
pScreenshotNode->AppendChild( "FileName", ss.sFileName );
pScreenshotNode->AppendChild( "MD5", ss.sMD5);
pScreenshotNode->AppendChild( "Time", ss.time);
pScreenshotNode->AppendChild( "Time", (int) ss.time);
}
return pNode;