1
0
Fork 0
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:
Alain Magloire 2003-10-29 16:57:04 +00:00
parent ec37c8b82d
commit 99c4213774

View file

@ -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;
/**
*/