From 701b34fbeb1bd08445aad55f82672d35343f5a44 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Mon, 23 Mar 2015 18:08:45 +0100 Subject: renamed getCanonicalSignature added externalTypes instead of types for interface functions added simple test todo testing --- AST.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AST.h') diff --git a/AST.h b/AST.h index 335b9a88..c5cd2e5b 100644 --- a/AST.h +++ b/AST.h @@ -424,7 +424,7 @@ public: /// @returns the canonical signature of the function /// That consists of the name of the function followed by the types of the /// arguments separated by commas all enclosed in parentheses without any spaces. - std::string getCanonicalSignature() const; + std::string externalTypes() const; private: bool m_isConstructor; -- cgit v1.2.3