summaryrefslogtreecommitdiffhomepage
path: root/opentrack/work.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/work.hpp')
-rw-r--r--opentrack/work.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/work.hpp b/opentrack/work.hpp
index 39eb12fb..5d1f6b54 100644
--- a/opentrack/work.hpp
+++ b/opentrack/work.hpp
@@ -20,7 +20,7 @@
struct Work
{
main_settings& s;
- SelectedLibraries libs;
+ SelectedLibraries& libs;
mem<Tracker> tracker;
mem<Shortcuts> sc;
WId handle;