diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 12:58:01 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 12:58:01 +0200 |
commit | d933b11c29124abc3e99b6591d0d74b4343f4fc0 (patch) | |
tree | 5549d219a46aeca3a38c4a8c20ded9c626576f4b | |
parent | 4b7fe56f5e1015bf29a65aba5ded6e029f26c859 (diff) |
pass libs by reference
-rw-r--r-- | opentrack/work.hpp | 2 |
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; |