base class extraction complete

This commit is contained in:
2020-10-14 01:25:15 +02:00
parent 72ca2bfa43
commit 9ca086e026
9 changed files with 179 additions and 192 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ void LocalPoolDataSetBase::setChanged(bool changed) {
this->changed = changed;
}
bool LocalPoolDataSetBase::isChanged() const {
bool LocalPoolDataSetBase::hasChanged() const {
return changed;
}