summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl/csrng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/spl/csrng.cpp')
-rw-r--r--src/core/hle/service/spl/csrng.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/spl/csrng.cpp b/src/core/hle/service/spl/csrng.cpp
index b9e6b799d..674928798 100644
--- a/src/core/hle/service/spl/csrng.cpp
+++ b/src/core/hle/service/spl/csrng.cpp
@@ -13,4 +13,6 @@ CSRNG::CSRNG(std::shared_ptr<Module> module) : Module::Interface(std::move(modul
RegisterHandlers(functions);
}
+CSRNG::~CSRNG() = default;
+
} // namespace Service::SPL