diff options
author | bunnei <bunneidev@gmail.com> | 2019-04-05 23:39:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 23:39:52 -0400 |
commit | e86b26cd2b263f3d5d97352f87a31dc65bd3cead (patch) | |
tree | d4b57743c0b88165e796a126bfd21e9d6090a67a /src/core/loader | |
parent | 41890a84bed7c04c2746db5bf4d66ea07291ec5c (diff) | |
parent | 5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c (diff) |
Merge pull request #2334 from lioncash/override
core: Add missing override specifiers where applicable
Diffstat (limited to 'src/core/loader')
-rw-r--r-- | src/core/loader/xci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/xci.h b/src/core/loader/xci.h index d6995b61e..436f7387c 100644 --- a/src/core/loader/xci.h +++ b/src/core/loader/xci.h @@ -22,7 +22,7 @@ class AppLoader_NCA; class AppLoader_XCI final : public AppLoader { public: explicit AppLoader_XCI(FileSys::VirtualFile file); - ~AppLoader_XCI(); + ~AppLoader_XCI() override; /** * Returns the type of the file |