X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=node.h;h=b49d0109ee042005010a2bae4eb455395db8b57c;hp=28a828728e9109a73181baf6fde79d98198ed908;hb=c9c72023d15decebe700ad0bfe3e8cbac9a85248;hpb=a3a2c392127877795a9e4180e0ace92a9a04a88c diff --git a/node.h b/node.h index 28a8287..b49d010 100644 --- a/node.h +++ b/node.h @@ -14,7 +14,7 @@ class Node { virtual ~Node(){} void addChild(Node* node); const Action& action() const; - void execute(bool strict, const Literals& effects); + void execute(const Literals& effects); bool executed() const; const Literals& effects() const;