summaryrefslogtreecommitdiff
path: root/libs/qm-dsp/dsp/onsets/DetectionFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/qm-dsp/dsp/onsets/DetectionFunction.h')
-rw-r--r--libs/qm-dsp/dsp/onsets/DetectionFunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/qm-dsp/dsp/onsets/DetectionFunction.h b/libs/qm-dsp/dsp/onsets/DetectionFunction.h
index 7dc1c7b8b6..083d0a2a06 100644
--- a/libs/qm-dsp/dsp/onsets/DetectionFunction.h
+++ b/libs/qm-dsp/dsp/onsets/DetectionFunction.h
@@ -37,7 +37,7 @@ struct DFConfig{
double whiteningFloor; // if < 0, a sensible default will be used
};
-class DetectionFunction
+class DetectionFunction
{
public:
double* getSpectrumMagnitude();
@@ -82,4 +82,4 @@ private:
PhaseVocoder* m_phaseVoc; // Phase Vocoder
};
-#endif
+#endif