mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 05:33:33 +02:00
Implementation of source locator.
This commit is contained in:
parent
192446dcfa
commit
0753ee06e3
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class CProjectSourceLocation implements ICSourceLocation
|
||||||
private Object findFileByRelativePath( String fileName )
|
private Object findFileByRelativePath( String fileName )
|
||||||
{
|
{
|
||||||
IPath path = getProject().getLocation().append( fileName );
|
IPath path = getProject().getLocation().append( fileName );
|
||||||
return getProject().findMember( path );
|
return findFileByAbsolutePath( path.toOSString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue