1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00

Bug 412932: GCC Builtin Compiler Settings always shows wrench overlay

This commit is contained in:
Andrew Gvozdev 2013-07-15 00:02:50 -04:00
parent 63b523f9be
commit 3b02e44d30

View file

@ -872,6 +872,7 @@ public abstract class AbstractBuiltinSpecsDetector extends AbstractLanguageSetti
clone.envMngr = null;
clone.environmentMap = null;
clone.envPathHash = HASH_NOT_INITIALIZED;
this.properties.remove(ATTR_ENV_HASH);
return clone;
}