diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/loader/nro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nro.h b/src/core/loader/nro.h index 0024ce42b..fe6104754 100644 --- a/src/core/loader/nro.h +++ b/src/core/loader/nro.h | |||
| @@ -16,7 +16,7 @@ namespace Loader { | |||
| 16 | /// Loads an NRO file | 16 | /// Loads an NRO file |
| 17 | class AppLoader_NRO final : public AppLoader, Linker { | 17 | class AppLoader_NRO final : public AppLoader, Linker { |
| 18 | public: | 18 | public: |
| 19 | AppLoader_NRO(FileSys::VirtualFile file); | 19 | explicit AppLoader_NRO(FileSys::VirtualFile file); |
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | * Returns the type of the file | 22 | * Returns the type of the file |