summaryrefslogtreecommitdiff
path: root/libs/qm-dsp/maths/MathUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/qm-dsp/maths/MathUtilities.h')
-rw-r--r--libs/qm-dsp/maths/MathUtilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/qm-dsp/maths/MathUtilities.h b/libs/qm-dsp/maths/MathUtilities.h
index 1d3395e8ad..85774756d4 100644
--- a/libs/qm-dsp/maths/MathUtilities.h
+++ b/libs/qm-dsp/maths/MathUtilities.h
@@ -22,7 +22,7 @@
class MathUtilities
{
-public:
+public:
static double round( double x );
static void getFrameMinMax( const double* data, unsigned int len, double* min, double* max );