From 5fc544ad0406bab242bc6f9c5134dbde77e1fa4b Mon Sep 17 00:00:00 2001 From: Simon Martin Date: Sun, 19 Jan 2020 08:32:43 +0100 Subject: [PATCH] Fix AppVeyor issue following reportVerification rename. --- cli/threadexecutor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/threadexecutor.cpp b/cli/threadexecutor.cpp index 31594eaf61b..26d05d9718f 100644 --- a/cli/threadexecutor.cpp +++ b/cli/threadexecutor.cpp @@ -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 } @@ -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*/) { }