General SubmodelComponents can now be saved to a json format
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / GUIOrGate.java
index bbc436d..d4fdb7f 100644 (file)
@@ -1,10 +1,10 @@
 package net.mograsim.logic.ui.model.components;
 
-import net.mograsim.logic.ui.model.ViewModel;
+import net.mograsim.logic.ui.model.ViewModelModifiable;
 
 public class GUIOrGate extends SimpleRectangularGUIGate
 {
-       public GUIOrGate(ViewModel model, int logicWidth)
+       public GUIOrGate(ViewModelModifiable model, int logicWidth)
        {
                super(model, logicWidth, "\u22651", false);// ">=1"
                setInputCount(2);