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:
parent
49790ba344
commit
f658aea9b2
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ public class BinaryParserBlock extends AbstractBinaryParserPage {
|
|||
private static final String ATTR_VALUE_PRIVATE = "private"; //$NON-NLS-1$
|
||||
|
||||
protected CheckedListDialogField binaryList;
|
||||
Map configMap;
|
||||
List initialSelected;
|
||||
protected Map configMap;
|
||||
protected List initialSelected;
|
||||
|
||||
protected class BinaryParserConfiguration {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue