mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
bug 209513 - fixing compile error
This commit is contained in:
parent
b9444b6017
commit
67bcec2f0f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class XLCompilerPropertyPage extends FieldEditorPreferencePage implements
|
|||
Composite versionParent = getFieldEditorParent();
|
||||
|
||||
fVersionEditor = new BuildOptionComboFieldEditor(PreferenceConstants.P_XLC_COMPILER_VERSION,
|
||||
Messages.XLCompilerPropertyPage_1, null, versionEntries, null, versionParent);
|
||||
Messages.XLCompilerPropertyPage_1, versionEntries, null, versionParent);
|
||||
|
||||
addField(fVersionEditor);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue