# | Line 23 | Line 23 | |
---|---|---|
23 | * | |
24 | */ | |
25 | ||
26 | + | #include "primitives/Atom.hpp" |
27 | namespace oopse { | |
28 | ||
29 | < | Atom::Atom() : objType_(otAtom), storage_(&Snapshot::atomData){ |
29 | > | Atom::Atom(AtomType* at) : StuntDouble(otAtom, &Snapshot::atomData) ,atomType_(at) { |
30 | ||
31 | } | |
32 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |