[ox/fs] Cleanup

This commit is contained in:
2021-07-03 18:22:06 -05:00
parent 66a11eae31
commit fcdede2064
5 changed files with 35 additions and 32 deletions

View File

@ -30,7 +30,7 @@ class PassThroughFS: public FileSystem {
std::filesystem::path m_path;
public:
PassThroughFS(const char *dirPath);
explicit PassThroughFS(const char *dirPath);
~PassThroughFS() override;