diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-14 09:00:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-14 09:00:55 +0200 |
commit | 88103dd3dd5a8bdd70958eea9eac65973941aa87 (patch) | |
tree | 4dace2e89dc44c925cb2a0c63344c0203aedd54d /logic/work.cpp | |
parent | 54d5a27c7d89688afe09a7e383001586ac742846 (diff) |
fix build
Diffstat (limited to 'logic/work.cpp')
-rw-r--r-- | logic/work.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/work.cpp b/logic/work.cpp index 14d628a7..c70864ae 100644 --- a/logic/work.cpp +++ b/logic/work.cpp @@ -43,7 +43,7 @@ std::unique_ptr<TrackLogger> Work::make_logger(main_settings &s) } else { - auto logger = std::make_unique<TrackLoggerCSV>(s.tracklogging_filename); + auto logger = std::make_unique<TrackLoggerCSV>(*s.tracklogging_filename); if (!logger->is_open()) { |