1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
This commit is contained in:
jantje 2025-05-31 20:11:55 -04:00 committed by GitHub
commit b4853d8511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2461,7 +2461,7 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
@Override
public boolean isNewStyleProject(IProject project) {
return isNewStyleProject(getProjectDescription(project, false));
return isNewStyleProject(getProjectDescription(project, false, false));
}
@Override