summaryrefslogtreecommitdiffhomepage
path: root/opentrack/work.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-20 13:38:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-20 13:38:02 +0200
commitb864a6932fbb1f35b0d6fb8e4835307b1d5a2299 (patch)
tree3f4a19e62ac30bdf4c8cefae4a72cd567af06a24 /opentrack/work.hpp
parent931541b7d58f747e09c59450f666fb34985d0536 (diff)
parent0c1b4510b3f7a744cc4cad94e0d4dde45925269d (diff)
Merge branch 'unstable' into trackhat-ui
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;