summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/Ref.h')
-rw-r--r--include/CompilerKit/Ref.h4
1 files changed, 2 insertions, 2 deletions
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<T> {
WeakRef() = delete;
~WeakRef() = default;
- NECTI_COPY_DEFAULT(WeakRef)
+ NECTAR_COPY_DEFAULT(WeakRef)
public:
using Type = T;