X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=planner.h;h=c74d536b5e5d03ac7f439921bd06a6793c2b715b;hp=7932eb9251814908502d07b197c198d5bed9f712;hb=b177aeec472c3941b39b874a83883ff87a41919c;hpb=dc49c0c521090f0eb4b9692b25a129537c07e19e diff --git a/planner.h b/planner.h index 7932eb9..c74d536 100644 --- a/planner.h +++ b/planner.h @@ -43,6 +43,7 @@ class Planner { protected: void makePlan(Node* node); + void addNode(Node* node); Node* _start; __gnu_cxx::hash_map _addedNodes;