Browse Source

fixed a typo

tags/2021-05-28
jules 8 years ago
parent
commit
249ab04f76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/maths/juce_MathsFunctions.h

+ 1
- 1
modules/juce_core/maths/juce_MathsFunctions.h 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>


Loading…
Cancel
Save