fix minor compil warning

This commit is contained in:
jean-pierre charras 2018-02-18 21:22:16 +01:00
parent 6ab76a0373
commit af1281433b
1 changed files with 1 additions and 1 deletions

View File

@ -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.
} }