From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: chore: update project references and add Citron copyright - Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. --- src/common/scope_exit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/scope_exit.h') diff --git a/src/common/scope_exit.h b/src/common/scope_exit.h index f3e88cde9..4a399aceb 100644 --- a/src/common/scope_exit.h +++ b/src/common/scope_exit.h @@ -9,7 +9,7 @@ namespace detail { template class ScopeGuard { - YUZU_NON_COPYABLE(ScopeGuard); + CITRON_NON_COPYABLE(ScopeGuard); private: F f; -- cgit v1.2.3