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:
Stephan Aßmus
2009-08-05 14:47:32 +00:00
parent 102e196b93
commit 4ef213ddc4
+5
View File
@@ -103,6 +103,11 @@ FontManager::FontManager()
fDirectories(10, true),
fMappings(10, true),
fFamilies(20),
fDefaultPlainFont(NULL),
fDefaultBoldFont(NULL),
fDefaultFixedFont(NULL),
fScanned(false),
fNextID(0)
{