Minor patch to unbreak the build

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3597 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-06-22 21:01:57 +00:00
parent 2c5845b559
commit cd902621dd
@@ -74,7 +74,7 @@ ImageWindow::ImageWindow(BRect rect, const char *name)
// Setup file open panel
fpopenPanel = new BFilePanel(B_OPEN_PANEL, new BMessenger(this),
NULL, 0, false, new BMessage(M_OPEN_FILE_PANEL), NULL, false, true);
(const entry_ref*)NULL, 0L, false, new BMessage(M_OPEN_FILE_PANEL), NULL, false, true);
SetSizeLimits(200, 10000, 150, 10000);
}