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:
parent
8b18e0f709
commit
5082c1e133
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue