summaryrefslogtreecommitdiff
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r--src/core/hle/result.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index 316370266..b0a32d74b 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -298,8 +298,8 @@ private:
namespace ResultImpl {
template <auto EvaluateResult, class F>
class ScopedResultGuard {
- YUZU_NON_COPYABLE(ScopedResultGuard);
- YUZU_NON_MOVEABLE(ScopedResultGuard);
+ CITRON_NON_COPYABLE(ScopedResultGuard);
+ CITRON_NON_MOVEABLE(ScopedResultGuard);
private:
Result& m_ref;