From 45fef502fac471efa4bf25b3d4104943463912eb Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Fri, 6 Sep 2013 22:52:14 +0000 Subject: makes googlemock generator handle some class templates; pulls in gtest r662 --- scripts/generator/cpp/ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/generator/cpp/ast.py') diff --git a/scripts/generator/cpp/ast.py b/scripts/generator/cpp/ast.py index 6f61f877..bb8226d7 100755 --- a/scripts/generator/cpp/ast.py +++ b/scripts/generator/cpp/ast.py @@ -1546,7 +1546,7 @@ class AstBuilder(object): self._AddBackToken(token) return class_type(class_token.start, class_token.end, class_name, - bases, None, body, self.namespace_stack) + bases, templated_types, body, self.namespace_stack) def handle_namespace(self): token = self._GetNextToken() -- cgit v1.2.3