mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 23:11:00 +01:00
compile fix
This commit is contained in:
parent
9ad1effd8b
commit
b99dd6ddb0
@ -146,7 +146,7 @@ public:
|
||||
bool operator!=(const C& value) const
|
||||
/// Compares Nullable with value for non equality
|
||||
{
|
||||
return !(*this == other);
|
||||
return _value != value;
|
||||
}
|
||||
|
||||
bool operator!=(const Nullable<C>& other) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user