From f87ef700f93103898662adb99dc4674a390dbea3 Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 17 Jun 2007 20:18:07 +0000 Subject: [PATCH] --- src/juce_core/containers/juce_BitArray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/juce_core/containers/juce_BitArray.h b/src/juce_core/containers/juce_BitArray.h index 10f0db67ff..6267859391 100644 --- a/src/juce_core/containers/juce_BitArray.h +++ b/src/juce_core/containers/juce_BitArray.h @@ -255,7 +255,7 @@ public: @see isNegative, negate */ - void setNegative (const bool neg) throw(); + void setNegative (const bool shouldBeNegative) throw(); /** Inverts the sign of the number.