X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=snapshot-interface.h;h=9912a1b78f2beba07c08b624b483c71492fd9e3a;hp=5f54edb87f00f3299c20b1dc7beb9b5f4149107d;hb=2cd14a2ba5f68a5bd35c1094c9d5a83891b483f8;hpb=f3ef22bef8d339c7d45b7d7232cdcf183a0b7776 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; };