mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[296023] private -> protected
This commit is contained in:
parent
412ccc5e06
commit
f2a54cc0db
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ public class Rendering extends Composite implements IDebugEventSetListener
|
|||
|
||||
private GoToAddressComposite fAddressBar;
|
||||
|
||||
private Control fAddressBarControl;
|
||||
protected Control fAddressBarControl;
|
||||
|
||||
private Selection fSelection = new Selection();
|
||||
|
||||
|
@ -84,10 +84,10 @@ public class Rendering extends Composite implements IDebugEventSetListener
|
|||
|
||||
protected BigInteger fBaseAddress = null; // remember the base address
|
||||
|
||||
private int fColumnCount = 0; // auto calculate can be disabled by user,
|
||||
protected int fColumnCount = 0; // auto calculate can be disabled by user,
|
||||
// making this user settable
|
||||
|
||||
private int fBytesPerRow = 0; // current number of bytes per row are displayed
|
||||
protected int fBytesPerRow = 0; // current number of bytes per row are displayed
|
||||
|
||||
private int fCurrentScrollSelection = 0; // current scroll selection;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue