1
0
Fork 0
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:
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 String selText;
protected int selStart;
protected int selEnd;
public String selText;
public int selStart;
public int selEnd;
}
protected SelSearchNode getSelectedStringFromEditor() {