From 5234be8068bf0fecc97663be14dec81e7c32e11a Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Thu, 5 Dec 2013 23:25:31 +0200 Subject: [PATCH] Ignored members that are of a template specialisation type, for the time being. Signed-off-by: Dimitar Dobrev --- src/Generator/Types/Types.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/Types/Types.cs b/src/Generator/Types/Types.cs index 1171ea8d..d08ab3c6 100644 --- a/src/Generator/Types/Types.cs +++ b/src/Generator/Types/Types.cs @@ -116,7 +116,7 @@ namespace CppSharp Ignore(); return false; } - + Ignore(); return base.VisitTemplateSpecializationType(template, quals); } }