Skip to content

Commit 736a04d

Browse files
committed
Add missing prototype.
Fixes: #861
1 parent 267d31e commit 736a04d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/vfs/vfs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class Path : public std::vector<std::string>
1616
{
1717
public:
1818
Path() {}
19+
Path(const std::vector<std::string>::const_iterator& begin,
20+
const std::vector<std::string>::const_iterator& end);
1921
Path(const std::vector<std::string> other);
2022
Path(const std::string& text);
2123

0 commit comments

Comments
 (0)