summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-12 20:41:04 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-12 20:41:04 +0100
commit89effd74d93b37025053c66bbbbd1deaea171321 (patch)
tree4db413296c8c1e00e4126b2d622402a474b62119 /include/CompilerKit
parente8cebdd573c584dc51c396b35810ca08cb350c82 (diff)
feat: add 'io.nhh' header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/Utilities/DLL.h2
1 files changed, 1 insertions, 1 deletions
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<ModuleLoader>;
-using WeakDLLRef = WeakRef<ModuleLoader>;
+using WeakDLLRef = WeakRef<ModuleLoader>;
#else
#error No ModuleLoader defined.
#endif