diff --git a/src/dependency.cpp b/src/dependency.cpp index 0323d1d75..62108169a 100644 --- a/src/dependency.cpp +++ b/src/dependency.cpp @@ -40,7 +40,7 @@ extern Context context; //////////////////////////////////////////////////////////////////////////////// std::vector dependencyGetBlocked (const Task& task) { - std::string uuid = task.get ("uuid"); + auto uuid = task.get ("uuid"); std::vector blocked; for (auto& it : context.tdb2.pending.get_tasks ())