diff --git a/src/AST/Declaration.cs b/src/AST/Declaration.cs index 00eb00c8..88dd014e 100644 --- a/src/AST/Declaration.cs +++ b/src/AST/Declaration.cs @@ -137,7 +137,7 @@ namespace CppSharp.AST return string.Join(QualifiedNameSeparator, names); } - private static List GatherNamespaces(DeclarationContext @namespace) + public static List GatherNamespaces(DeclarationContext @namespace) { var namespaces = new List();