Fix up issue with pointer sizes. Since cls is never used we're not losing information.

This commit is contained in:
Mike Auty
2016-12-06 02:44:11 +00:00
parent c52bf7cb6f
commit 1c7de06bd0
+1 -1
View File
@@ -176,7 +176,7 @@ class Pointer(Integer):
class VolTemplateProxy(interfaces.objects.ObjectInterface.VolTemplateProxy):
@classmethod
def size(cls, template):
return Integer.VolTemplateProxy.size(cls, template)
return Integer.VolTemplateProxy.size(template)
@classmethod
def children(cls, template):