Remove extra semicolon

This commit is contained in:
Vincent Cogne 2016-05-17 08:37:00 +02:00
parent 728e26e426
commit 9127d09bbe

View File

@ -58,7 +58,7 @@ class YAML_CPP_API Node {
bool IsMap() const { return Type() == NodeType::Map; }
// bool conversions
YAML_CPP_OPERATOR_BOOL();
YAML_CPP_OPERATOR_BOOL()
bool operator!() const { return !IsDefined(); }
// access