summaryrefslogtreecommitdiffhomepage
path: root/logic/work.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/work.cpp')
-rw-r--r--logic/work.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/work.cpp b/logic/work.cpp
index 6829e62b..62c15403 100644
--- a/logic/work.cpp
+++ b/logic/work.cpp
@@ -103,5 +103,5 @@ Work::~Work()
// order matters, otherwise use-after-free -sh
sc = nullptr;
tracker = nullptr;
- libs = SelectedLibraries();
+ libs = runtime_libraries();
}