Fixed a stupid typo that got in in the last minute.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3482 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-06-12 02:49:51 +00:00
parent be2a24894f
commit 241ca61820

View File

@ -1191,7 +1191,7 @@ BParameterGroup::Unflatten(type_code code, const void *buffer, ssize_t size)
if (groupSize > size_left(size, bufferStart, buffer))
return B_BAD_VALUE;
BParameterGroup *group = new BParameterGroup(this, "sub-unnamed");
BParameterGroup *group = new BParameterGroup(mWeb, "sub-unnamed");
if (group == NULL) {
FATAL("BParameterGroup::Unflatten(): MakeGroup() failed\n");
return B_ERROR;