mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Set Visibility of nested class members to public to help our friends in zOS.
This commit is contained in:
parent
bc2e0cf0d6
commit
678a2355b2
1 changed files with 3 additions and 3 deletions
|
@ -537,9 +537,9 @@ public class SelectionParseAction extends Action {
|
|||
}
|
||||
|
||||
protected class SelSearchNode{
|
||||
protected String selText;
|
||||
protected int selStart;
|
||||
protected int selEnd;
|
||||
public String selText;
|
||||
public int selStart;
|
||||
public int selEnd;
|
||||
}
|
||||
|
||||
protected SelSearchNode getSelectedStringFromEditor() {
|
||||
|
|
Loading…
Add table
Reference in a new issue