From c18cb1b192d60499af3d68b244e86c8dd8f55200 Mon Sep 17 00:00:00 2001 From: Jonathan Hao Date: Thu, 5 Jan 2017 00:48:29 +0800 Subject: Fix some warnings (#2399) --- src/core/loader/ncch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/loader/ncch.h') diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h index fe08f5b45..4ef95b5c6 100644 --- a/src/core/loader/ncch.h +++ b/src/core/loader/ncch.h @@ -181,7 +181,7 @@ public: * Loads the Exheader and returns the system mode for this application. * @return Optional with the kernel system mode */ - boost::optional LoadKernelSystemMode(); + boost::optional LoadKernelSystemMode() override; ResultStatus ReadCode(std::vector& buffer) override; -- cgit v1.2.3