1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

PR 38380, partial fix

This commit is contained in:
Alain Magloire 2003-06-05 14:14:44 +00:00
parent 8b18e0f709
commit 5082c1e133

View file

@ -15,7 +15,7 @@ public class Include extends SourceManipulation implements IInclude {
} }
public String getIncludeName() { public String getIncludeName() {
return ""; return getElementName();
} }
public boolean isStandard() { public boolean isStandard() {