This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
18 years ago
parent
0694f4ce67
commit
b99c719c7c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
*/
void clear();
void clear()
throw()
;
/** Sets the value of a specific cell in the kernel.
Write
Preview
Loading…
Cancel
Save