Browse Source

Make Declaration.GatherNamespaces public again.

pull/337/merge
Joao Matos 9 years ago
parent
commit
ab085d5cb4
  1. 2
      src/AST/Declaration.cs

2
src/AST/Declaration.cs

@ -136,7 +136,7 @@ namespace CppSharp.AST @@ -136,7 +136,7 @@ namespace CppSharp.AST
return string.Join(QualifiedNameSeparator, names);
}
private static IEnumerable<Declaration> GatherNamespaces(DeclarationContext @namespace)
public static IEnumerable<Declaration> GatherNamespaces(DeclarationContext @namespace)
{
var namespaces = new Stack<Declaration>();

Loading…
Cancel
Save