From 1b5e6fc9e76ad3cf30e6e7bfc0e868dbb5267ff4 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Mon, 31 Aug 2015 18:44:29 +0200 Subject: renamed getter functions --- libsolidity/Token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity/Token.h') diff --git a/libsolidity/Token.h b/libsolidity/Token.h index 7c7b1c7f..bc242ecf 100644 --- a/libsolidity/Token.h +++ b/libsolidity/Token.h @@ -344,7 +344,7 @@ public: // Returns a string corresponding to the C++ token name // (e.g. "LT" for the token LT). - static char const* getName(Value tok) + static char const* name(Value tok) { solAssert(tok < NUM_TOKENS, ""); return m_name[tok]; -- cgit v1.2.3