aboutsummaryrefslogtreecommitdiff
path: root/todo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'todo.cpp')
-rw-r--r--todo.cpp2
1 files changed, 1 insertions, 1 deletions
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;