X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=actionlist.h;h=ee0a144590fb8fd6ed146c025eab2e10c8984409;hb=HEAD;hp=20f93fc953b9c27472df84c7de15cc53f66800e7;hpb=f269c2a1c390e82ae189bc690a750601f874283f;p=c11tester.git diff --git a/actionlist.h b/actionlist.h index 20f93fc9..ee0a1445 100644 --- a/actionlist.h +++ b/actionlist.h @@ -41,6 +41,7 @@ public: uint size() {return _size;} sllnode * begin() {return head;} sllnode * end() {return tail;} + void fixupParent(); SNAPSHOTALLOC;