diff options
Diffstat (limited to 'include/CompilerKit/CodeGenerator.h')
| -rw-r--r-- | include/CompilerKit/CodeGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/CodeGenerator.h b/include/CompilerKit/CodeGenerator.h index 36663ca..f2875bf 100644 --- a/include/CompilerKit/CodeGenerator.h +++ b/include/CompilerKit/CodeGenerator.h @@ -46,7 +46,7 @@ class AssemblyFactory final { Int32 Compile(STLString sourceFile, const Int32& arch) noexcept; - void Mount(WeakRef<IAssembly> mountPtr) noexcept; + void Mount(WeakRef<IAssembly> mountPtr) noexcept; WeakRef<IAssembly> Unmount() noexcept; private: |
