X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=25e20b129dc6b5280fc28af939495b713c7b1971;hb=b090a4abc4915a9aa2a29787f76a6add79f838e2;hp=77db6aa79569c9611d1e296fa5fa2b4134f6e584;hpb=6a2d1dcdcff89e68d8a2fe9de1f38ecfac345caf;p=model-checker.git diff --git a/model.h b/model.h index 77db6aa..25e20b1 100644 --- 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; }