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.