mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix float_Pi deprecation warning typo
This commit is contained in:
parent
462c3a8dd4
commit
6da59e87a3
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ struct MathConstants
|
|||
const constexpr double double_Pi = MathConstants<double>::pi;
|
||||
|
||||
/** A single-precision constant for pi. */
|
||||
[[deprecated ("This is deprecated in favour of MathConstants<double>::pi.")]]
|
||||
[[deprecated ("This is deprecated in favour of MathConstants<float>::pi.")]]
|
||||
const constexpr float float_Pi = MathConstants<float>::pi;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue