mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
Fixed wrong method parameter
This commit is contained in:
@@ -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());
|
poco_assert (!_path.empty());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user