mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +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 class SelSearchNode{
|
||||||
protected String selText;
|
public String selText;
|
||||||
protected int selStart;
|
public int selStart;
|
||||||
protected int selEnd;
|
public int selEnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected SelSearchNode getSelectedStringFromEditor() {
|
protected SelSearchNode getSelectedStringFromEditor() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue