fix minor compil warning
This commit is contained in:
parent
6ab76a0373
commit
af1281433b
|
@ -67,7 +67,7 @@ public:
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HasMessage() const
|
bool HasMessage() const override
|
||||||
{
|
{
|
||||||
return false; // Technically "indeterminate" rather than false.
|
return false; // Technically "indeterminate" rather than false.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue