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

RESOLVED - bug 114032: Expose CEditor.fProjectionSupport field to derived classes

https://bugs.eclipse.org/bugs/show_bug.cgi?id=114032
This commit is contained in:
Chris Recoskie 2007-01-04 15:19:45 +00:00
parent 84147c9677
commit bd1d1fef19

View file

@ -1517,7 +1517,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IR
/** /**
* This editor's projection support * This editor's projection support
*/ */
private ProjectionSupport fProjectionSupport; protected ProjectionSupport fProjectionSupport;
/** /**
* This editor's projection model updater * This editor's projection model updater
*/ */