mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 00:17:55 -05: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