X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=node.cpp;fp=node.cpp;h=11fed08507b52bfe5953a1558aed3c3e2be6818a;hb=dc49c0c521090f0eb4b9692b25a129537c07e19e;hp=a9cb4539431d6d1f959339f9e042d867ba68fb74;hpb=066d3c3659f52a73a0344c3e08989cc73a15164b;p=popboot.git diff --git a/node.cpp b/node.cpp index a9cb453..11fed08 100644 --- a/node.cpp +++ b/node.cpp @@ -1,6 +1,5 @@ #include "node.h" -Node::Node(Action action, std::vector children){ +Node::Node(Action action){ _action = action; - _children = children; }