Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-01 17:38:40 +00:00
parent 9cc21fd165
commit 383638eee9
+2 -2
View File
@@ -1319,8 +1319,8 @@ BFont::GetHasGlyphs(const char charArray[], int32 numChars, bool hasArray[]) con
}
BFont
&BFont::operator=(const BFont &font)
BFont &
BFont::operator=(const BFont &font)
{
fFamilyID = font.fFamilyID;
fStyleID = font.fStyleID;