mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a comment.
This commit is contained in:
parent
2f58a8c5d1
commit
570abc9774
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class ImplementMethodRefactoring extends CRefactoring2 {
|
|||
if (binding instanceof ICPPMethod) {
|
||||
ICPPMethod methodBinding = (ICPPMethod) binding;
|
||||
if (methodBinding.isPureVirtual()) {
|
||||
return false; //�pure virtual not handled for now, see bug 303870
|
||||
return false; // Pure virtual not handled for now, see bug 303870
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue