Made finding the ID of a JsonSerializable less ugly
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / model / components / atomic / GUINandGate.java
index 1d8f63d..0a8b04d 100644 (file)
@@ -15,7 +15,7 @@ public class GUINandGate extends SimpleRectangularGUIGate
 
        public GUINandGate(ViewModelModifiable model, int logicWidth, String name)
        {
-               super(model, "&", true, logicWidth, name);
+               super(model, "GUINandGate", "&", true, logicWidth, name);
                setInputCount(2);// TODO make variable
        }