1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Use IToolChain instead of ToolChain in constructor of Configuration.

The constructor's body and the rest of the class was already using
IToolChain.

Change-Id: I905e15dcedb6c3280c271bf3c47ef6f1e898d3b9
Signed-off-by: Clément Hurlin <clement.hurlin@provenrun.com>
This commit is contained in:
Clément Hurlin 2019-05-24 10:31:10 +02:00
parent 292829c817
commit a201acf7c1

View file

@ -473,7 +473,7 @@ public class Configuration extends BuildObject implements IConfiguration, IBuild
// prefs.getBoolean(INTERNAL_BUILDER_IGNORE_ERR, true) : true; // prefs.getBoolean(INTERNAL_BUILDER_IGNORE_ERR, true) : true;
} }
public Configuration(ManagedProject managedProject, ToolChain tCh, String id, String name) { public Configuration(ManagedProject managedProject, IToolChain tCh, String id, String name) {
setId(id); setId(id);
setName(name); setName(name);