Commit 07d8a4ee authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed regression introduced by fixed bug Bug 700740

parent db51e5dd
......@@ -4090,14 +4090,14 @@ bool getDefs(const QCString &scName,
{
cd=tmd->getClassDef();
md=emd;
return TRUE;
}
else
{
cd=0;
md=0;
return FALSE;
}
//printf("result cd=%p md=%p\n",cd,md);
return TRUE;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment