mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
Fixed broken compilation.
Change-Id: I0e4355fd8f1547d1e93400215759a5d897924031
This commit is contained in:
parent
a23515435e
commit
212bbd011f
1 changed files with 4 additions and 1 deletions
|
@ -517,7 +517,6 @@ public class ContainerTab extends AbstractLaunchConfigurationTab implements
|
|||
return SWTImagesFactory.get(SWTImagesFactory.IMG_CONTAINER);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void changeEvent(int type) {
|
||||
String currUri = null;
|
||||
int currIndex = 0;
|
||||
|
@ -550,6 +549,10 @@ public class ContainerTab extends AbstractLaunchConfigurationTab implements
|
|||
connectionSelector.addModifyListener(connectionModifyListener);
|
||||
}
|
||||
|
||||
public void changeEvent(IDockerConnection connection, int event) {
|
||||
changeEvent(event);
|
||||
}
|
||||
|
||||
public void listChanged(IDockerConnection c,
|
||||
java.util.List<IDockerImage> list) {
|
||||
final IDockerImage[] finalList = list.toArray(new IDockerImage[0]);
|
||||
|
|
Loading…
Add table
Reference in a new issue