Cleanup; Cleared warnings in the logic core
[Mograsim.git] / net.mograsim.logic.core / src / net / mograsim / logic / core / components / BitDisplay.java
index 268d157..bc54c23 100644 (file)
@@ -17,7 +17,7 @@ public class BitDisplay extends BasicComponent
        {
                super(timeline, 1);
                this.in = in;
-               in.addObserver(this);
+               in.registerObserver(this);
                compute();
        }