1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-06-20 16:04:00 +00:00
parent 0694f4ce67
commit b99c719c7c

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.