mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 21:28:48 -04:00
file_sys: Make a few single-argument constructors explicit
Prevents implicit conversions.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace FileSys {
|
||||
/// File system interface to the RomFS archive
|
||||
class ArchiveFactory_RomFS final : public ArchiveFactory {
|
||||
public:
|
||||
ArchiveFactory_RomFS(Loader::AppLoader& app_loader);
|
||||
explicit ArchiveFactory_RomFS(Loader::AppLoader& app_loader);
|
||||
|
||||
std::string GetName() const override {
|
||||
return "RomFS";
|
||||
|
||||
Reference in New Issue
Block a user