# | Line 122 | Line 122 | void mithep::Ref<ArrayElement>::SetObjec | |
---|---|---|
122 | ||
123 | // check if the object can belong here and assign or get its uid | |
124 | if (ae->TestBit(kHasUUID)) { | |
125 | < | Fatal("Add", "Object can not be added as it has not UUID!"); |
125 | > | Fatal("Add", "Object cannot be added as it has not UUID!"); |
126 | return; | |
127 | } | |
128 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |