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:
@@ -226,6 +226,7 @@ public:
|
|||||||
BaseView(const char* name, FontInfo& fontInfo)
|
BaseView(const char* name, FontInfo& fontInfo)
|
||||||
:
|
:
|
||||||
BView(name, B_WILL_DRAW),
|
BView(name, B_WILL_DRAW),
|
||||||
|
fModel(NULL),
|
||||||
fFontInfo(fontInfo)
|
fFontInfo(fontInfo)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user