소스 검색

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