Port to newest HeronLX, use new UI libraries
[SugarCubes.git] / _MIDI.pde
index 4e1f20acbcf9a03bab451300007e87f394f376e7..18fa5a3437f4153d74fc092fe35c8a1ee0af4984 100644 (file)
--- a/_MIDI.pde
+++ b/_MIDI.pde
@@ -115,7 +115,7 @@ public interface SCMidiInputListener {
   public void onEnabled(SCMidiInput controller, boolean enabled);
 }
 
-public abstract class SCMidiInput extends AbstractScrollItem {
+public abstract class SCMidiInput extends UIScrollList.AbstractItem {
 
   protected boolean enabled = false;
   private final String name;