bugmessage: move struct to header file
[model-checker.git] / traceanalysis.h
index 46856d2fca44761cbffc05b2a7eec2ed85dd2951..a0b1b5cf920d77747b99227c5d076766c3601c7b 100644 (file)
@@ -5,5 +5,6 @@
 class Trace_Analysis {
  public:
        virtual void analyze(action_list_t *) = 0;
+       SNAPSHOTALLOC
 };
 #endif