1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

[296023] private -> protected

This commit is contained in:
Ted Williams 2009-12-02 19:52:21 +00:00
parent 412ccc5e06
commit f2a54cc0db

View file

@ -71,7 +71,7 @@ public class Rendering extends Composite implements IDebugEventSetListener
private GoToAddressComposite fAddressBar; private GoToAddressComposite fAddressBar;
private Control fAddressBarControl; protected Control fAddressBarControl;
private Selection fSelection = new Selection(); private Selection fSelection = new Selection();
@ -84,10 +84,10 @@ public class Rendering extends Composite implements IDebugEventSetListener
protected BigInteger fBaseAddress = null; // remember the base address 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 // 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; private int fCurrentScrollSelection = 0; // current scroll selection;