Fixed wrong method parameter

This commit is contained in:
Jan Kevin Dick 2019-11-18 13:59:34 +01:00
parent 1eab6cfd1f
commit 8b4ef5f706

View File

@ -380,7 +380,7 @@ void FileImpl::copyToImpl(const std::string& path, bool failOnOverwrite) const
}
void FileImpl::renameToImpl(const std::string& path, bool failOnOverwrite = false)
void FileImpl::renameToImpl(const std::string& path, bool failOnOverwrite)
{
poco_assert (!_path.empty());