- fixed few warnings

This commit is contained in:
2018-06-07 10:53:13 +03:00
parent 5fb8f87b11
commit b6a8312c7b
6 changed files with 14 additions and 12 deletions
+2
View File
@@ -208,6 +208,8 @@ bool Variant::operator == (const Variant& rhs) const
default:
return false;
}
return false;
}
bool Variant::operator != (const Variant& rhs) const