addPollFor default arg is now always explicitly passed

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: Ic9a822835ace44a1dee0c3dc4c8eb64d8e929b4d
pull/7568/head
Caolán McNamara 2023-08-09 14:05:33 +01:00 committed by Miklos Vajna
parent c593a0bde5
commit 2a8910a941
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ public:
static void addPollFor(SocketPoll &poll, const std::string &server,
const std::string &filePath, const std::string &tracePath,
const std::shared_ptr<Stats> &optStats = nullptr)
const std::shared_ptr<Stats> &optStats)
{
std::string file, wrap;
std::string fileabs = Poco::Path(filePath).makeAbsolute().toString();