1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 143175 - fix visibility of a couple of fields in BinaryParserBlock.

This commit is contained in:
Doug Schaefer 2006-06-02 20:31:29 +00:00
parent 49790ba344
commit f658aea9b2

View file

@ -63,8 +63,8 @@ public class BinaryParserBlock extends AbstractBinaryParserPage {
private static final String ATTR_VALUE_PRIVATE = "private"; //$NON-NLS-1$ private static final String ATTR_VALUE_PRIVATE = "private"; //$NON-NLS-1$
protected CheckedListDialogField binaryList; protected CheckedListDialogField binaryList;
Map configMap; protected Map configMap;
List initialSelected; protected List initialSelected;
protected class BinaryParserConfiguration { protected class BinaryParserConfiguration {