summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl/csrng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/spl/csrng.h')
-rw-r--r--src/core/hle/service/spl/csrng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/spl/csrng.h b/src/core/hle/service/spl/csrng.h
index 3f849b5a7..764d5ceb0 100644
--- a/src/core/hle/service/spl/csrng.h
+++ b/src/core/hle/service/spl/csrng.h
@@ -11,6 +11,7 @@ namespace Service::SPL {
class CSRNG final : public Module::Interface {
public:
explicit CSRNG(std::shared_ptr<Module> module);
+ ~CSRNG() override;
};
} // namespace Service::SPL