From b99c719c7cfd1bbbba0a2bdcd587e5a7853e26ed Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 20 Jun 2007 16:04:00 +0000 Subject: [PATCH] --- .../gui/graphics/imaging/juce_ImageConvolutionKernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/juce_appframework/gui/graphics/imaging/juce_ImageConvolutionKernel.h b/src/juce_appframework/gui/graphics/imaging/juce_ImageConvolutionKernel.h index 8764f15a01..3ff5725979 100644 --- a/src/juce_appframework/gui/graphics/imaging/juce_ImageConvolutionKernel.h +++ b/src/juce_appframework/gui/graphics/imaging/juce_ImageConvolutionKernel.h @@ -58,7 +58,7 @@ public: //============================================================================== /** Resets all values in the kernel to zero. */ - void clear(); + void clear() throw(); /** Sets the value of a specific cell in the kernel.