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:
parent
c65693aadb
commit
ded13023be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue