X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=_UIFramework.pde;h=8ecb7e9a59c91e10b0dd683e04b59b1f02909425;hp=6d80ad61424924bc940bdcb8ed38faa6306b6815;hb=b8bb27489db7dc687bf150576e9d9439f1fa17a6;hpb=0b8db891d1df53c6ac814986ed184e8c794b6169 diff --git a/_UIFramework.pde b/_UIFramework.pde index 6d80ad6..8ecb7e9 100644 --- a/_UIFramework.pde +++ b/_UIFramework.pde @@ -527,7 +527,7 @@ public class UIToggleSet extends UIObject { } -public abstract class UIParameterControl extends UIObject implements LXParameter.Listener { +public abstract class UIParameterControl extends UIObject implements LXParameterListener { protected LXParameter parameter = null; protected UIParameterControl(float x, float y, float w, float h) {