1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

fixed a typo

This commit is contained in:
jules 2018-01-09 15:27:01 +00:00
parent 7326a37795
commit 249ab04f76

View file

@ -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 <typename FloatType>