mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
file_sys: Make a few single-argument constructors explicit
Prevents implicit conversions.
This commit is contained in:
parent
7da33afec8
commit
6ba0395316
8 changed files with 10 additions and 10 deletions
|
@ -17,7 +17,7 @@ namespace FileSys {
|
|||
*/
|
||||
class PathParser {
|
||||
public:
|
||||
PathParser(const Path& path);
|
||||
explicit PathParser(const Path& path);
|
||||
|
||||
/**
|
||||
* Checks if the Path is valid.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue