diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-19 14:43:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-19 14:43:31 +0100 |
| commit | 6543d9a51b31ce24726187d9d1b018f05f09ef40 (patch) | |
| tree | 82298a333e5499409745bf44b60f326d0d81889e /src/lib/log.cc | |
| parent | 8dddd2d1fef983f60df1f90984dd47f9e95256d6 (diff) | |
More string -> boost::filesystem::path.
Diffstat (limited to 'src/lib/log.cc')
| -rw-r--r-- | src/lib/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log.cc b/src/lib/log.cc index ef36a902c..d50769dfe 100644 --- a/src/lib/log.cc +++ b/src/lib/log.cc @@ -93,7 +93,7 @@ Log::set_level (string l) } /** @param file Filename to write log to */ -FileLog::FileLog (string file) +FileLog::FileLog (boost::filesystem::path file) : _file (file) { |
