From 00aea51c0e5ec70eeb2033048d141d1ff55675e6 Mon Sep 17 00:00:00 2001 From: Ache Date: Thu, 29 Sep 2016 01:48:58 +0000 Subject: Correction non de variable --- todo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.cpp b/todo.cpp index 80ffd2e..a62de93 100644 --- a/todo.cpp +++ b/todo.cpp @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) { active = false; if( active ) { listTodo.erase(begin(listTodo)+i); - act = true; + active = true; } } break; -- cgit v1.2.3