X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_UIFramework.pde;h=8ecb7e9a59c91e10b0dd683e04b59b1f02909425;hb=37ab5878ac35aff7c880c7fb47ed38e7b742764d;hp=6d80ad61424924bc940bdcb8ed38faa6306b6815;hpb=ceb90bf70c1e315c679ea1a5df9c06305f625d7d;p=SugarCubes.git 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) {