mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fixed wrong method parameter
This commit is contained in:
parent
1eab6cfd1f
commit
8b4ef5f706
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user