X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.h;h=9912a1b78f2beba07c08b624b483c71492fd9e3a;hb=8497408d26002ec1a9d7cfd42458f92f2cdd9864;hp=5f54edb87f00f3299c20b1dc7beb9b5f4149107d;hpb=cf7518cb8c2d9cd3033ca7540ea9dc448b21912a;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; };