diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-11 21:12:49 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-11 21:12:49 +0800 |
commit | 6fcdfdc353cb4100f8a1a3c139e0fa9dc9302397 (patch) | |
tree | 8cc38a0cf4ab02a4a63effb9ab4fe4e9fcf80e0b /Types.h | |
parent | 5cd7c1fc9a0ace8750a55806c07a1356437348b6 (diff) | |
download | dexon-solidity-6fcdfdc353cb4100f8a1a3c139e0fa9dc9302397.tar.gz dexon-solidity-6fcdfdc353cb4100f8a1a3c139e0fa9dc9302397.tar.zst dexon-solidity-6fcdfdc353cb4100f8a1a3c139e0fa9dc9302397.zip |
removed explicit
Diffstat (limited to 'Types.h')
-rw-r--r-- | Types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ private: class BoolType: public Type { public: - explicit BoolType() {} + BoolType() {} virtual Category getCategory() const { return Category::BOOL; } virtual bool isExplicitlyConvertibleTo(Type const& _convertTo) const override; virtual bool acceptsBinaryOperator(Token::Value _operator) const override |