diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-23 10:41:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-23 10:41:53 +0100 |
commit | 41b5350cd19093b6ee0820b59e101eaef18fe030 (patch) | |
tree | 62b8239f2cb9937ad1d4ecd9e8c927e032c3a43e /logic/work.hpp | |
parent | 1e91bdd402b5d3ae1f46111bd2f1fc670300433c (diff) |
fix build errors on Linux
Diffstat (limited to 'logic/work.hpp')
-rw-r--r-- | logic/work.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/work.hpp b/logic/work.hpp index ff0524bd..d44f506c 100644 --- a/logic/work.hpp +++ b/logic/work.hpp @@ -35,7 +35,7 @@ struct OPENTRACK_LOGIC_EXPORT Work std::shared_ptr<Shortcuts> sc; std::vector<key_tuple> keys; - Work(Mappings& m, QFrame* frame, mem<dylib>& tracker, mem<dylib>& filter, mem<dylib>& proto); + Work(Mappings& m, QFrame* frame, mem<dylib> tracker, mem<dylib> filter, mem<dylib> proto); ~Work(); void reload_shortcuts(); bool is_ok() const; |