Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
b99c719c7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/juce_appframework/gui/graphics/imaging/juce_ImageConvolutionKernel.h

+ 1
- 1
src/juce_appframework/gui/graphics/imaging/juce_ImageConvolutionKernel.h View File

@@ -58,7 +58,7 @@ public:
//============================================================================== //==============================================================================
/** Resets all values in the kernel to zero. /** Resets all values in the kernel to zero.
*/ */
void clear();
void clear() throw();
/** Sets the value of a specific cell in the kernel. /** Sets the value of a specific cell in the kernel.


Loading…
Cancel
Save