summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/steady_clock_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/time/steady_clock_core.h')
-rw-r--r--src/core/hle/service/time/steady_clock_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/time/steady_clock_core.h b/src/core/hle/service/time/steady_clock_core.h
index 84af3d105..d80a2385f 100644
--- a/src/core/hle/service/time/steady_clock_core.h
+++ b/src/core/hle/service/time/steady_clock_core.h
@@ -16,6 +16,7 @@ namespace Service::Time::Clock {
class SteadyClockCore {
public:
SteadyClockCore() = default;
+ virtual ~SteadyClockCore() = default;
const Common::UUID& GetClockSourceId() const {
return clock_source_id;