Browse Source

Merge branch 'develop' into build_enhancement

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
71eb3d4a6f
  1. 2
      libsolidity/Types.h

2
libsolidity/Types.h

@ -184,7 +184,7 @@ private:
class BoolType: public Type class BoolType: public Type
{ {
public: public:
explicit BoolType() {} BoolType() {}
virtual Category getCategory() const { return Category::BOOL; } virtual Category getCategory() const { return Category::BOOL; }
virtual bool isExplicitlyConvertibleTo(Type const& _convertTo) const override; virtual bool isExplicitlyConvertibleTo(Type const& _convertTo) const override;
virtual bool acceptsBinaryOperator(Token::Value _operator) const override virtual bool acceptsBinaryOperator(Token::Value _operator) const override

Loading…
Cancel
Save