Fix AppVeyor issue following reportVerification rename. (#2497)

This commit is contained in:
Simon Martin 2020-01-19 18:20:51 +01:00 committed by Daniel Marjamäki
parent 8ac2cdd9ff
commit 16eae28cc9
1 changed files with 2 additions and 2 deletions

View File

@ -498,7 +498,7 @@ void ThreadExecutor::reportInfo(const ErrorLogger::ErrorMessage &msg)
} }
void ThreadExecutor::reportVerification(const std::string &/*str*/) void ThreadExecutor::bughuntingReport(const std::string &/*str*/)
{ {
// TODO // TODO
} }
@ -561,7 +561,7 @@ void ThreadExecutor::reportInfo(const ErrorLogger::ErrorMessage &/*msg*/)
} }
void ThreadExecutor::reportVerification(const std::string &/*str*/) void ThreadExecutor::bughuntingReport(const std::string &/*str*/)
{ {
} }