summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-20 12:58:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-20 12:58:01 +0200
commitd933b11c29124abc3e99b6591d0d74b4343f4fc0 (patch)
tree5549d219a46aeca3a38c4a8c20ded9c626576f4b
parent4b7fe56f5e1015bf29a65aba5ded6e029f26c859 (diff)
pass libs by reference
-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;