rename params
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index b81858c87f6a815c2ea4d58c5fc46f2562d72534..503b225d23569b4acc8a9b8564ab80c9537c621c 100644 (file)
--- a/model.h
+++ b/model.h
@@ -58,7 +58,7 @@ public:
        void continueExecution(Thread *old);
        void finishExecution(Thread *old);
        void consumeAction();
-       void chooseThread(ModelAction *act, Thread *old);
+       void chooseThread(ModelAction *act, Thread *thr);
        Thread * getNextThread();
        void handleChosenThread(Thread *old);
        void handleNewValidThread(Thread *old, Thread *next);