Dumper: Fix typo

Change-Id: I3f9e9b2b38d4a8af68a6d79bf3c63572ca160db8
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2016-10-07 14:51:40 +02:00
committed by hjk
parent 219b2ce490
commit 71a449a1e8

View File

@@ -3041,7 +3041,7 @@ class DumperBase:
innerType.code = TypeCodeArray
return innerType
strippedType = self.stripTypdefs()
strippedType = self.stripTypedefs()
if strippedType.name != self.name:
return strippedType.target()
error("DONT KNOW TARGET FOR: %s" % self)