aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-01-29 23:42:59 +0800
committerChristian <c@ethdev.com>2015-01-30 04:33:46 +0800
commit4e72a775469ea0e97475460997336de2e3af80df (patch)
tree41ec76a749bdc477dac8e410bc6be502a557550a /AST.h
parent4a6ed84386ed7bc3abd2b4cf2441b29a5af38816 (diff)
downloaddexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar
dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.gz
dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.bz2
dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.lz
dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.xz
dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.zst
dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.zip
Code generation for events.
Diffstat (limited to 'AST.h')
-rwxr-xr-xAST.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/AST.h b/AST.h
index f0d6cb33..fb046f19 100755
--- a/AST.h
+++ b/AST.h
@@ -404,7 +404,6 @@ public:
bool isStateVariable() const { return m_isStateVariable; }
bool isIndexed() const { return m_isIndexed; }
-
private:
ASTPointer<TypeName> m_typeName; ///< can be empty ("var")
bool m_isPublic; ///< Whether there is an accessor for it or not