1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

Bug 492698 - Fix member access in NewSerialPortConnectionWizardPage

Changed SerialPortConnectionBlock in NewSerialPortConnectionWizardPage
from package-private to protected to allow access in subclasses.

Change-Id: Ie24ae79de1d6be331c8700f4a54cf090ef7ef820
Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
This commit is contained in:
Jonathan Williams 2016-04-28 17:15:09 -04:00
parent a94f469cd4
commit aeb0a3d39d

View file

@ -18,7 +18,7 @@ import org.eclipse.swt.widgets.Composite;
public class NewSerialPortConnectionWizardPage extends WizardPage {
SerialPortConnectionBlock block;
protected SerialPortConnectionBlock block;
public NewSerialPortConnectionWizardPage() {
super(NewSerialPortConnectionWizardPage.class.getName());