Merge commit '28314e7a9a3c3ebfcc4db8e9f1875507063ae6e6' into development
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / GUINotGate.java
index 01df349..76d2450 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 GUINotGate extends SimpleRectangularGUIGate
 {
-       public GUINotGate(ViewModel model, int logicWidth)
+       public GUINotGate(ViewModelModifiable model, int logicWidth)
        {
                super(model, logicWidth, "1", true);
                setInputCount(1);