X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.h;h=9912a1b78f2beba07c08b624b483c71492fd9e3a;hb=56ed2751a8f9fe48129271a5d6ba574d8a078166;hp=5f54edb87f00f3299c20b1dc7beb9b5f4149107d;hpb=f3ef22bef8d339c7d45b7d7232cdcf183a0b7776;p=model-checker.git diff --git a/snapshot-interface.h b/snapshot-interface.h index 5f54edb..9912a1b 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; };