Browse Source

Merge pull request #590 from debris/macox_fixes

fixed solidity not building on macos
cl-refactor
Gav Wood 10 years ago
parent
commit
0049f52383
  1. 1
      libsolidity/Types.h

1
libsolidity/Types.h

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

Loading…
Cancel
Save