X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=planner.cpp;h=a15028e29a3175e8fa316e2e6e6a37e2dc41194f;hp=463049473fe16ce62ac9207bce287f270867da0b;hb=09f6dfa65b66103c27dc831271d961de9ab0109e;hpb=498b277372ebab0008b97399d387285b36d88826 diff --git a/planner.cpp b/planner.cpp index 4630494..a15028e 100644 --- a/planner.cpp +++ b/planner.cpp @@ -61,5 +61,5 @@ void Planner::addNode(Node* node){ void Planner::execute(){ - _start->execute(); + _start->execute(literals()); }