summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/local_system_clock_context_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/time/local_system_clock_context_writer.h')
-rw-r--r--src/core/hle/service/time/local_system_clock_context_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/local_system_clock_context_writer.h b/src/core/hle/service/time/local_system_clock_context_writer.h
index 0977806b3..1639ef2b9 100644
--- a/src/core/hle/service/time/local_system_clock_context_writer.h
+++ b/src/core/hle/service/time/local_system_clock_context_writer.h
@@ -14,7 +14,7 @@ public:
: SystemClockContextUpdateCallback{}, shared_memory{shared_memory_} {}
protected:
- ResultCode Update() override {
+ Result Update() override {
shared_memory.UpdateLocalSystemClockContext(context);
return ResultSuccess;
}