From 0359d6535b9626ca1646b3fb02527de1e024ae89 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Sun, 3 Jun 2018 18:31:03 +0200 Subject: [PATCH] Build fix --- stratosphere/pm/source/pm_boot_mode.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/pm/source/pm_boot_mode.hpp b/stratosphere/pm/source/pm_boot_mode.hpp index ade479359..99a4a5772 100644 --- a/stratosphere/pm/source/pm_boot_mode.hpp +++ b/stratosphere/pm/source/pm_boot_mode.hpp @@ -7,7 +7,7 @@ enum BootModeCmd { BootMode_Cmd_SetMaintenanceBoot = 1 }; -class BootModeService final : IServiceObject, public IpcCommandWrapper { +class BootModeService final : IServiceObject { public: Result dispatch(IpcParsedCommand &r, IpcCommand &out_c, u64 cmd_id, u8 *pointer_buffer, size_t pointer_buffer_size) override; Result handle_deferred() override;