Browse Source

Use the new type references unit convention.

pull/1/head
triton 13 years ago
parent
commit
0c376f66a6
  1. 3
      src/Generator/Passes/CleanInvalidDeclNamesPass.cs

3
src/Generator/Passes/CleanInvalidDeclNamesPass.cs

@ -26,7 +26,8 @@ namespace Cxxi.Passes @@ -26,7 +26,8 @@ namespace Cxxi.Passes
typeRefs = new TypeRefsVisitor();
ProcessNamespace(unit);
unit.ForwardReferences = typeRefs.ForwardReferences.ToList();
unit.TypeReferences = typeRefs;
return true;
}

Loading…
Cancel
Save