mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
samplebuffer: Fix invalidateEvent typos
This commit is contained in:
@@ -35,7 +35,7 @@ std::unique_ptr<Tout[]> SampleBuffer<Tin, Tout>::getSamples(off_t start, off_t l
|
||||
}
|
||||
|
||||
template <typename Tin, typename Tout>
|
||||
void SampleBuffer<Tin, Tout>::invalidEvent()
|
||||
void SampleBuffer<Tin, Tout>::invalidateEvent()
|
||||
{
|
||||
SampleSource<Tout>::invalidate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user