mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-09 19:43:27 +02:00
Bug 204738
This commit is contained in:
parent
188d419208
commit
e626ad559a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class CSourcePathComputerDelegate implements ISourcePathComputerDelegate
|
|||
containers.add( 0, new ProjectSourceContainer( project, true ) );
|
||||
}
|
||||
}
|
||||
containers.add( new AbsolutePathSourceContainer() );
|
||||
containers.add( 0, new AbsolutePathSourceContainer() );
|
||||
return (ISourceContainer[])containers.toArray( new ISourceContainer[containers.size()] );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue