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

Change scope fot comply with eclisep-2.1

This commit is contained in:
Alain Magloire 2003-02-24 15:51:21 +00:00
parent fac6b3bc9b
commit 387d5109b3

View file

@ -1561,7 +1561,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener {
asv.hideOverviewRuler();
}
private boolean isOverviewRulerVisible() {
protected boolean isOverviewRulerVisible() {
IPreferenceStore store= getPreferenceStore();
return store.getBoolean(OVERVIEW_RULER);
}