Browse Source

Make Declaration.GatherNamespaces public.

pull/719/head
Joao Matos 9 years ago committed by Dimitar Dobrev
parent
commit
cc2fec76d1
  1. 2
      src/AST/Declaration.cs

2
src/AST/Declaration.cs

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

Loading…
Cancel
Save