aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'AST.h')
-rwxr-xr-xAST.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AST.h b/AST.h
index 048b808a..409aed44 100755
--- a/AST.h
+++ b/AST.h
@@ -191,6 +191,8 @@ public:
FunctionDefinition const* getConstructor() const;
private:
+ std::vector<std::pair<FixedHash<4>, FunctionDefinition const*>> getInterfaceFunctionList() const;
+
std::vector<ASTPointer<StructDefinition>> m_definedStructs;
std::vector<ASTPointer<VariableDeclaration>> m_stateVariables;
std::vector<ASTPointer<FunctionDefinition>> m_definedFunctions;