Flesh out the implementation a bit

This commit is contained in:
Chris Cannam
2022-05-23 15:04:34 +01:00
parent af97c70e69
commit 5cc4833820
7 changed files with 408 additions and 48 deletions

View File

@@ -235,6 +235,9 @@ protected:
bool inRange(double f, const Guide::Range &r) {
return r.present && f >= r.f0 && f < r.f1;
}
GuidedPhaseAdvance(const GuidedPhaseAdvance &) =delete;
GuidedPhaseAdvance &operator=(const GuidedPhaseAdvance &) =delete;
};
}