Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user