From ea621bf8ce15a477df3f11a8216f216dd5c31be5 Mon Sep 17 00:00:00 2001 From: lucasduffey Date: Sun, 2 Apr 2017 20:15:33 -0700 Subject: replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedType --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/function.py b/python/function.py index e1c202f9..9e58c47d 100644 --- a/python/function.py +++ b/python/function.py @@ -258,7 +258,7 @@ class Function(object): @property def explicitly_defined_type(self): """Whether function has explicitly defined types (read-only)""" - return core.BNHasExplicitlyDefinedType(self.handle) + return core.BNFunctionHasExplicitlyDefinedType(self.handle) @property def needs_update(self): -- cgit v1.3.1