modernize C++: use equals delete

This commit is contained in:
wmayer
2023-08-10 12:11:56 +02:00
committed by wwmayer
parent 664c4ab1ac
commit 9f456d712b
26 changed files with 99 additions and 94 deletions

View File

@@ -76,7 +76,7 @@ int Handled::getRefCount() const
return static_cast<int>(*_lRefCount);
}
const Handled& Handled::operator = (const Handled&)
Handled& Handled::operator = (const Handled&)
{
// we must not assign _lRefCount
return *this;