From 249ab04f76591185bddf64591bcb31e7df8d404b Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 9 Jan 2018 15:27:01 +0000 Subject: [PATCH] fixed a typo --- modules/juce_core/maths/juce_MathsFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/maths/juce_MathsFunctions.h b/modules/juce_core/maths/juce_MathsFunctions.h index a4dd50956b..bd8f324b99 100644 --- a/modules/juce_core/maths/juce_MathsFunctions.h +++ b/modules/juce_core/maths/juce_MathsFunctions.h @@ -367,7 +367,7 @@ struct MathConstants static const FloatType euler; /** A predfined value for sqrt(2) */ - static constexpr FloatType sqrt2; + static const FloatType sqrt2; }; template