[ox/fs] Cleanup
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user