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:
parent
7326a37795
commit
249ab04f76
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue