diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-25 16:25:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-25 16:30:14 +0200 |
commit | a48349deb6a70631ae95e9e0505930949f1e8dac (patch) | |
tree | 5bdae16bb7f6446cd9591fb4022b6b07c6c690c8 /logic/work.cpp | |
parent | fe2a58edc267ff643e50b412f893e15cbafab6b5 (diff) |
logic: remove camel case
Diffstat (limited to 'logic/work.cpp')
-rw-r--r-- | logic/work.cpp | 2 |
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(); } |