diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-13 23:05:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 21:46:30 +0200 |
| commit | 75002393c81ca0d26b07069e6f92e6f82753882f (patch) | |
| tree | d6553ebb55bdc06e906eb849573f9b33ac158ac9 /src/file.h | |
| parent | d0d456fcae355a07ac27102ae9da2680bece6454 (diff) | |
Copy and use fix_long_path from DoM.
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,5 +74,8 @@ private: }; +boost::filesystem::path fix_long_path(boost::filesystem::path long_path); + + } |
