1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Made Open Include Action protected so that a subclass can override it.

(Allows for use w/remote resources).
This commit is contained in:
John Camelon 2005-07-11 13:18:34 +00:00
parent c65693aadb
commit ded13023be

View file

@ -71,7 +71,7 @@ public class CContentOutlinePage extends Page implements IContentOutlinePage, IS
private TogglePresentationAction fTogglePresentation;
private String fContextMenuId;
OpenIncludeAction fOpenIncludeAction;
protected OpenIncludeAction fOpenIncludeAction;
private IncludeGroupingAction fIncludeGroupingAction;
private MemberFilterActionGroup fMemberFilterActionGroup;