add traceanalysis support
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index 77db6aa79569c9611d1e296fa5fa2b4134f6e584..25e20b129dc6b5280fc28af939495b713c7b1971 100644 (file)
--- a/model.h
+++ b/model.h
@@ -50,7 +50,7 @@ public:
        /** @returns the context for the main model-checking system thread */
        ucontext_t * get_system_context() { return &system_context; }
 
-       const ModelExecution * get_execution() const { return execution; }
+       ModelExecution * get_execution() const { return execution; }
 
        int get_execution_number() const { return execution_number; }