1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

Set Visibility of nested class members to public to help our friends in zOS.

This commit is contained in:
John Camelon 2005-07-14 13:15:59 +00:00
parent bc2e0cf0d6
commit 678a2355b2

View file

@ -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() {