diff options
-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; |