aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc/aoc_u.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-29 23:51:40 -0800
committerbunnei <bunneidev@gmail.com>2021-02-05 14:00:36 -0800
commit3f942c01f0d8c42837c49a164ed78f6410d62bda (patch)
treec060645e1c90727ef7cb4c26334e8ed32ff7f577 /src/core/hle/service/aoc/aoc_u.h
parente86a7e36912b6f3fc64a594338d3c1ac768e3bb8 (diff)
hle: kernel: Rename WritableEvent to KWritableEvent.
Diffstat (limited to 'src/core/hle/service/aoc/aoc_u.h')
-rw-r--r--src/core/hle/service/aoc/aoc_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.h b/src/core/hle/service/aoc/aoc_u.h
index 26ee51be0..594152de5 100644
--- a/src/core/hle/service/aoc/aoc_u.h
+++ b/src/core/hle/service/aoc/aoc_u.h
@@ -11,7 +11,7 @@ class System;
}
namespace Kernel {
-class WritableEvent;
+class KWritableEvent;
}
namespace Service::AOC {