mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Cosmetics
Change-Id: Iafd277ea476c66fd0639364e4040a3b91cda7a2a
This commit is contained in:
parent
64cf0c8c51
commit
83cac8d70e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public class MethodContext {
|
|||
if (node instanceof ICPPASTCompositeTypeSpecifier) {
|
||||
ICPPASTCompositeTypeSpecifier type = (ICPPASTCompositeTypeSpecifier) node;
|
||||
IASTName classname = type.getName();
|
||||
return (ICPPInternalBinding)classname.resolveBinding();
|
||||
return (ICPPInternalBinding) classname.resolveBinding();
|
||||
}
|
||||
node = node.getParent();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue