removed explicit

This commit is contained in:
Marek Kotewicz 2014-12-11 14:12:49 +01:00
parent 5cd7c1fc9a
commit 6fcdfdc353

View File

@ -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