mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +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
|
@Override
|
||||||
public boolean isNewStyleProject(IProject project) {
|
public boolean isNewStyleProject(IProject project) {
|
||||||
return isNewStyleProject(getProjectDescription(project, false));
|
return isNewStyleProject(getProjectDescription(project, false, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue