diff --git a/volatility/framework/objects/__init__.py b/volatility/framework/objects/__init__.py index b6e6c813d..6ddb22d5e 100644 --- a/volatility/framework/objects/__init__.py +++ b/volatility/framework/objects/__init__.py @@ -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):