mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Change the scop of some fields.
This commit is contained in:
parent
ec37c8b82d
commit
99c4213774
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ import org.eclipse.cdt.core.model.IBinaryContainer;
|
|||
|
||||
class CProjectInfo extends CContainerInfo {
|
||||
|
||||
private BinaryContainer vBin;
|
||||
private ArchiveContainer vLib;
|
||||
BinaryContainer vBin;
|
||||
ArchiveContainer vLib;
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue