Made finding the ID of a JsonSerializable less ugly
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / model / components / atomic / GUINotGate.java
index 5dc6938..f9fcb4f 100644 (file)
@@ -15,7 +15,7 @@ public class GUINotGate extends SimpleRectangularGUIGate
 
        public GUINotGate(ViewModelModifiable model, int logicWidth, String name)
        {
-               super(model, "1", true, logicWidth, name);
+               super(model, "GUINotGate", "1", true, logicWidth, name);
                setInputCount(1);
        }