mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Added get file id to IQueryResult
This commit is contained in:
parent
0d6a37aebe
commit
9423b0371d
1 changed files with 1 additions and 0 deletions
|
@ -12,4 +12,5 @@ package org.eclipse.cdt.internal.core.index;
|
||||||
|
|
||||||
public interface IQueryResult {
|
public interface IQueryResult {
|
||||||
String getPath();
|
String getPath();
|
||||||
|
int getFileID();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue