UnitPrefork: fix -Werror,-Winconsistent-missing-override
Change-Id: I16780cb0a15b662f735ee5ea17a4991e4bf460de
This commit is contained in:
parent
9dbc213337
commit
ffc8e591ee
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
numPrefork = NumToPrefork;
|
||||
}
|
||||
|
||||
virtual bool filterChildMessage(const std::vector<char>& payload)
|
||||
virtual bool filterChildMessage(const std::vector<char>& payload) override
|
||||
{
|
||||
const std::string memory = LOOLProtocol::getFirstLine(payload);
|
||||
if (!memory.compare(0,6,"Error:"))
|
||||
|
|
Loading…
Reference in a new issue