UnitPrefork: fix -Werror,-Winconsistent-missing-override

Change-Id: I16780cb0a15b662f735ee5ea17a4991e4bf460de
This commit is contained in:
Miklos Vajna 2016-05-23 09:07:42 +02:00
parent 9dbc213337
commit ffc8e591ee

View file

@ -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:"))