summaryrefslogtreecommitdiffhomepage
path: root/logic/work.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-09-25 16:25:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-09-25 16:30:14 +0200
commita48349deb6a70631ae95e9e0505930949f1e8dac (patch)
tree5bdae16bb7f6446cd9591fb4022b6b07c6c690c8 /logic/work.cpp
parentfe2a58edc267ff643e50b412f893e15cbafab6b5 (diff)
logic: remove camel case
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();
}