* gcc4/ build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27783 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
72e19fd426
commit
8e28c17f2f
@ -2,7 +2,7 @@ SubDir HAIKU_TOP src bin debug ;
|
||||
|
||||
UsePrivateHeaders debug ;
|
||||
#UsePrivateHeaders kernel ;
|
||||
#UsePrivateHeaders libroot ;
|
||||
UsePrivateHeaders libroot ;
|
||||
UsePrivateHeaders shared ;
|
||||
UsePrivateSystemHeaders ;
|
||||
|
||||
|
@ -287,8 +287,7 @@ Team::_LoadSymbols(debug_symbol_lookup_context* lookupContext,
|
||||
|
||||
status_t
|
||||
Team::_LoadImageSymbols(debug_symbol_lookup_context* lookupContext,
|
||||
const image_info& imageInfo, team_id owner, int32 event,
|
||||
Image** _image = NULL)
|
||||
const image_info& imageInfo, team_id owner, int32 event, Image** _image)
|
||||
{
|
||||
Image* image = new(std::nothrow) Image(imageInfo, owner, event);
|
||||
if (image == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user