summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/system_clock_context_update_callback.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-04-18 01:57:48 +0200
committerLioncash <mathew1800@gmail.com>2020-04-18 01:59:31 +0200
commit0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6 (patch)
tree1e51f495d8203796981e00d051fcb9df66e7183d /src/core/hle/service/time/system_clock_context_update_callback.h
parentMerge pull request #3704 from lioncash/fmt (diff)
downloadyuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.tar
yuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.tar.gz
yuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.tar.bz2
yuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.tar.lz
yuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.tar.xz
yuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.tar.zst
yuzu-0cfd3b94db89f4fc6b5755d61060a684aa9ff7d6.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/time/system_clock_context_update_callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/system_clock_context_update_callback.h b/src/core/hle/service/time/system_clock_context_update_callback.h
index 6260de6c3..2b0fa7e75 100644
--- a/src/core/hle/service/time/system_clock_context_update_callback.h
+++ b/src/core/hle/service/time/system_clock_context_update_callback.h
@@ -20,7 +20,7 @@ namespace Service::Time::Clock {
class SystemClockContextUpdateCallback {
public:
SystemClockContextUpdateCallback();
- ~SystemClockContextUpdateCallback();
+ virtual ~SystemClockContextUpdateCallback();
bool NeedUpdate(const SystemClockContext& value) const;