From 89effd74d93b37025053c66bbbbd1deaea171321 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 12 Feb 2026 20:41:04 +0100 Subject: feat: add 'io.nhh' header. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Utilities/DLL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/CompilerKit') diff --git a/include/CompilerKit/Utilities/DLL.h b/include/CompilerKit/Utilities/DLL.h index f57ec4f..26eacea 100644 --- a/include/CompilerKit/Utilities/DLL.h +++ b/include/CompilerKit/Utilities/DLL.h @@ -70,7 +70,7 @@ class ModuleLoader final { }; using StrongDLLRef = StrongRef; -using WeakDLLRef = WeakRef; +using WeakDLLRef = WeakRef; #else #error No ModuleLoader defined. #endif -- cgit v1.2.3