mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 565142 - Support using CDT in Eclipse flatpak
- add missing @since tag for new CommandLauncherManager checkIfIncludesChanged method Change-Id: Ic1774a464c08ee86ee594c4d80102457f79b0ea5
This commit is contained in:
parent
0349a8a85f
commit
2f05a6348e
1 changed files with 3 additions and 0 deletions
|
@ -334,6 +334,9 @@ public class CommandLauncherManager {
|
|||
return includePaths;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 7.0
|
||||
*/
|
||||
public boolean checkIfIncludesChanged(ICBuildConfiguration config) {
|
||||
ICommandLauncherFactory factory = getBestFactory(config);
|
||||
if (factory != null && factory instanceof ICommandLauncherFactory3) {
|
||||
|
|
Loading…
Add table
Reference in a new issue