]> ruin.nu Git - popboot.git/blobdiff - planner.h
compiles again
[popboot.git] / planner.h
index 7932eb9251814908502d07b197c198d5bed9f712..c74d536b5e5d03ac7f439921bd06a6793c2b715b 100644 (file)
--- 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<std::string,Node*> _addedNodes;