Default args allowed only in header (not implementation) with gcc 3.X

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3243 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2003-05-14 15:14:29 +00:00
parent 04579c0307
commit 5b75be9487
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ BHandler* BStringView::ResolveSpecifier(BMessage* msg, int32 index,
return NULL;
}
//------------------------------------------------------------------------------
void BStringView::MakeFocus(bool state = true)
void BStringView::MakeFocus(bool state)
{
BView::MakeFocus(state);
}