Skip to content
Snippets Groups Projects
Commit ac8133b9 authored by Lioncash's avatar Lioncash
Browse files

nro: Make constructor explicit

Makes it consistent with the other Apploader constructors, and prevents
implicit conversions.
parent 1c167003
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ namespace Loader { ...@@ -16,7 +16,7 @@ namespace Loader {
/// Loads an NRO file /// Loads an NRO file
class AppLoader_NRO final : public AppLoader, Linker { class AppLoader_NRO final : public AppLoader, Linker {
public: public:
AppLoader_NRO(FileSys::VirtualFile file); explicit AppLoader_NRO(FileSys::VirtualFile file);
/** /**
* Returns the type of the file * Returns the type of the file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment