small cleanup

This commit is contained in:
AJ Kelly
2010-12-28 13:45:25 -06:00
parent 10e2f0ab3a
commit 884493358f
+1 -1
View File
@@ -202,7 +202,7 @@ FontPage::~FontPage()
int Font::GetLineWidthInSourcePixels( const wstring &szLine ) const
{
int iLineWidth = 0;
for( unsigned i=0; i<szLine.size(); i++ )
iLineWidth += GetGlyph(szLine[i]).m_iHadvance;