Browse Source

Fixed a typo in a comment

tags/2021-05-28
jules 9 years ago
parent
commit
565d664c58
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/processors/juce_AudioChannelSet.h

+ 1
- 1
modules/juce_audio_processors/processors/juce_AudioChannelSet.h View File

@@ -169,7 +169,7 @@ public:
/** Returns the number of channels in the set. */
int size() const noexcept;
/** Returns the number of channels in the set. */
/** Returns true if there are no channels in the set. */
bool isDisabled() const noexcept { return size() == 0; }
/** Returns an array of all the types in this channel set. */


Loading…
Cancel
Save