mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 06:01:12 +00:00
file_sys: Make a few single-argument constructors explicit
Prevents implicit conversions.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace FileSys {
|
||||
*/
|
||||
class PathParser {
|
||||
public:
|
||||
PathParser(const Path& path);
|
||||
explicit PathParser(const Path& path);
|
||||
|
||||
/**
|
||||
* Checks if the Path is valid.
|
||||
|
||||
Reference in New Issue
Block a user