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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user