Quick fix.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@66 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
Nach 2007-11-14 11:53:45 +00:00
parent b3b3720211
commit 9ae58128ce
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ bool elfGetCurrentFunction(u32 addr, Function **f, CompileUnit **u)
return false;
}
bool elfGetObject(char *name, Function *f, CompileUnit *u, Object **o)
bool elfGetObject(const char *name, Function *f, CompileUnit *u, Object **o)
{
if(f && u) {
Object *v = f->variables;