瀏覽代碼

nro: Make constructor explicit

Makes it consistent with the other Apploader constructors, and prevents
implicit conversions.
Lioncash 8 年之前
父節點
當前提交
ac8133b9ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/loader/nro.h

+ 1 - 1
src/core/loader/nro.h

@@ -16,7 +16,7 @@ namespace Loader {
 /// Loads an NRO file
 class AppLoader_NRO final : public AppLoader, Linker {
 public:
-    AppLoader_NRO(FileSys::VirtualFile file);
+    explicit AppLoader_NRO(FileSys::VirtualFile file);
 
     /**
      * Returns the type of the file