summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
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