diff options
Diffstat (limited to 'src/core/hle/service/spl/module.h')
-rw-r--r-- | src/core/hle/service/spl/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/spl/module.h b/src/core/hle/service/spl/module.h index f24d998e8..48fda6099 100644 --- a/src/core/hle/service/spl/module.h +++ b/src/core/hle/service/spl/module.h @@ -13,6 +13,7 @@ public: class Interface : public ServiceFramework<Interface> { public: explicit Interface(std::shared_ptr<Module> module, const char* name); + ~Interface() override; void GetRandomBytes(Kernel::HLERequestContext& ctx); |