fix: Make member function accessible to children

This commit is contained in:
Lars Toenning
2025-06-09 14:16:15 +02:00
parent ca01337d5f
commit 0d1e8a0783

View File

@@ -336,7 +336,6 @@ namespace swift::misc
//! Called after cleanup().
void finish();
using CWorkerBase::hasStarted;
using CWorkerBase::setStarted;
using CWorkerBase::setFinished;