mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +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:
parent
a94f469cd4
commit
aeb0a3d39d
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue