mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
change visibility of fProject
This commit is contained in:
parent
15c9704c98
commit
a408d89e9f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class MakeTargetManager implements IMakeTargetManager, IResourceChangeLis
|
|||
private ListenerList listeners = new ListenerList();
|
||||
private HashMap projectMap = new HashMap();
|
||||
private HashMap builderMap;
|
||||
private Vector fProjects = new Vector();
|
||||
protected Vector fProjects = new Vector();
|
||||
|
||||
public MakeTargetManager() {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue