Contributed by @shahid-pk. Closes pull request #360.
@ -49,6 +49,7 @@ function SetupTestGeneratorProject(name)
links
{
"System.Core",
"CppSharp.AST",
"CppSharp.Generator",
"CppSharp.Generator.Tests"
@ -591,7 +591,7 @@ DEF_STRING(TranslationUnit, FileName)
DEF_VECTOR(TranslationUnit, MacroDefinition*, Macros)
NativeLibrary::NativeLibrary()
: ArchType(ArchType::UnknownArch)
: ArchType(AST::ArchType::UnknownArch)
}