Initialize the default fonts to NULL.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -103,6 +103,11 @@ FontManager::FontManager()
|
||||
fDirectories(10, true),
|
||||
fMappings(10, true),
|
||||
fFamilies(20),
|
||||
|
||||
fDefaultPlainFont(NULL),
|
||||
fDefaultBoldFont(NULL),
|
||||
fDefaultFixedFont(NULL),
|
||||
|
||||
fScanned(false),
|
||||
fNextID(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user