1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Comment adjustment.

This commit is contained in:
Sergey Prigogin 2011-05-20 18:32:17 +00:00
parent bf14a317b4
commit ac2279adea

View file

@ -91,7 +91,7 @@ public class NonVirtualDestructor extends AbstractIndexAstChecker {
ICPPClassType classType = (ICPPClassType) binding;
virtualMethod = null;
destructor = null;
// check for the following conditions:
// Check for the following conditions:
// class has own virtual method and own non-virtual destructor
// class has own virtual method and base non-virtual destructor
// class has base virtual method and own non-virtual destructor