The fModel member wasn't initialized.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33623 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-10-17 17:25:47 +00:00
parent b7204bd774
commit 8da446a982
@@ -226,6 +226,7 @@ public:
BaseView(const char* name, FontInfo& fontInfo)
:
BView(name, B_WILL_DRAW),
fModel(NULL),
fFontInfo(fontInfo)
{
}