summaryrefslogtreecommitdiff
path: root/altosui/AltosChannelMenu.java
diff options
context:
space:
mode:
Diffstat (limited to 'altosui/AltosChannelMenu.java')
-rw-r--r--altosui/AltosChannelMenu.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosChannelMenu.java b/altosui/AltosChannelMenu.java
index f90a11c0..382b6ae4 100644
--- a/altosui/AltosChannelMenu.java
+++ b/altosui/AltosChannelMenu.java
@@ -20,7 +20,7 @@ package altosui;
import java.awt.event.*;
import javax.swing.*;
-public class AltosChannelMenu extends JComboBox implements ActionListener {
+public class AltosChannelMenu extends JComboBox<String> implements ActionListener {
int channel;
public AltosChannelMenu(int current_channel) {