X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.h;fp=snapshot-interface.h;h=9912a1b78f2beba07c08b624b483c71492fd9e3a;hb=2db2ef3b8bdabacc7784fd5a4e7e7520f1cd2298;hp=5f54edb87f00f3299c20b1dc7beb9b5f4149107d;hpb=42e6cb1c90b72167be32e0201558019d47faa7f2;p=c11tester.git diff --git a/snapshot-interface.h b/snapshot-interface.h index 5f54edb8..9912a1b7 100644 --- a/snapshot-interface.h +++ b/snapshot-interface.h @@ -28,7 +28,7 @@ class SnapshotStack { int backTrackBeforeStep(int seq_index); void snapshotStep(int seq_index); - private: + private: struct stackEntry * stack; };