fAppCatalog is not a pointer

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37018 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Wim van der Meer 2010-06-05 14:56:15 +00:00
parent 2ec6b3cf5d
commit cff7eda52d

View File

@ -112,8 +112,7 @@ RecorderWindow::RecorderWindow() :
fPlayFrames(0),
fLooping(false),
fSavePanel(NULL),
fInitCheck(B_OK),
fAppCatalog(NULL)
fInitCheck(B_OK)
{
fRoster = NULL;
fRecordButton = NULL;