aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types.h b/Types.h
index 718f347f..dd89f311 100644
--- a/Types.h
+++ b/Types.h
@@ -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