Commit 5f3db01
committed
[HOTFIX] lib/vfs: Fix build error
The error was introduced by a4a56dd:
lib/vfs/smaky6fs.cc:259:53: error: no matching function for call to 'Path::Path(std::vector<std::__cxx11::basic_string<char> >::const_iterator, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char>*, std::vector<std::__cxx11::basic_string<char> > >)'
259 | Path parentPath(path.begin(), path.end() - 1);
| ^
The new code requires a new Path ctor to be exposed, was probably forgotten.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
(cherry picked from commit 11735e8)1 parent 5e3e672 commit 5f3db01
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments