From 999dc83cac37efc109da4d562a8a75d1f6fc7c86 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 22 Dec 2025 15:33:46 +0100 Subject: feat: CompilerKit: Refactor NECTI_ symbols to NECTAR_. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Ref.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/CompilerKit/Ref.h') diff --git a/include/CompilerKit/Ref.h b/include/CompilerKit/Ref.h index 4063508..3cdac83 100644 --- a/include/CompilerKit/Ref.h +++ b/include/CompilerKit/Ref.h @@ -28,7 +28,7 @@ class StrongRef { } } - NECTI_COPY_DEFAULT(StrongRef) + NECTAR_COPY_DEFAULT(StrongRef) using Type = T; @@ -65,7 +65,7 @@ class WeakRef final : public StrongRef { WeakRef() = delete; ~WeakRef() = default; - NECTI_COPY_DEFAULT(WeakRef) + NECTAR_COPY_DEFAULT(WeakRef) public: using Type = T; -- cgit v1.2.3