Changes to allow Haiku source to build with GCC 4.7
* GCC 4.7 is more picky than GCC 4.6, so have to make changes accordingly * Changes include addressing issues with scoping, redeclaration, etc. Thanks Rene and Ingo for your input on these changes
This commit is contained in:
@@ -1328,7 +1328,7 @@ MenuItem<ParentBuilder>::MenuItem(ParentBuilder* parentBuilder, BMenu* menu,
|
||||
Menu<ParentBuilder>(menu),
|
||||
fMenuItem(item)
|
||||
{
|
||||
SetParent(parentBuilder);
|
||||
this->SetParent(parentBuilder);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user