mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Merge 715a14aa7f
into b4d81a130e
This commit is contained in:
commit
b4853d8511
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue