1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-06-17 20:18:07 +00:00
parent 653a347dd2
commit f87ef700f9

View file

@ -255,7 +255,7 @@ public:
@see isNegative, negate @see isNegative, negate
*/ */
void setNegative (const bool neg) throw(); void setNegative (const bool shouldBeNegative) throw();
/** Inverts the sign of the number. /** Inverts the sign of the number.