mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
Removed yet another warning.
This commit is contained in:
parent
7beab5038c
commit
208aa6b61e
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class CPPImplicitMethod extends CPPMethod {
|
|||
}
|
||||
if( idx == ps.length ){
|
||||
name.setBinding( this );
|
||||
addDeclaration( (ICPPASTFunctionDeclarator) dtor );
|
||||
addDeclaration( dtor );
|
||||
return members[i];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue