From fd5899d03806d82e228da12f8cbe151f079ea41f Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 23 Jan 2015 02:46:31 +0100 Subject: Modifier overrides and callgraph analysis. --- Compiler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Compiler.h') diff --git a/Compiler.h b/Compiler.h index 83bee904..b6547646 100644 --- a/Compiler.h +++ b/Compiler.h @@ -53,7 +53,8 @@ private: /// Recursively searches the call graph and returns all functions referenced inside _nodes. /// _resolveOverride is called to resolve virtual function overrides. std::set getFunctionsCalled(std::set const& _nodes, - std::function const& _resolveOverride); + std::function const& _resolveFunctionOverride, + std::function const& _resolveModifierOverride); void appendFunctionSelector(ContractDefinition const& _contract); /// Creates code that unpacks the arguments for the given function, from memory if /// @a _fromMemory is true, otherwise from call data. @returns the size of the data in bytes. -- cgit v1.2.3