1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Removed yet another warning.

This commit is contained in:
John Camelon 2005-04-07 14:57:00 +00:00
parent 7beab5038c
commit 208aa6b61e

View file

@ -186,7 +186,7 @@ public class CPPImplicitMethod extends CPPMethod {
} }
if( idx == ps.length ){ if( idx == ps.length ){
name.setBinding( this ); name.setBinding( this );
addDeclaration( (ICPPASTFunctionDeclarator) dtor ); addDeclaration( dtor );
return members[i]; return members[i];
} }