Browse Source

Minor documentation update

tags/2021-05-28
ed 6 years ago
parent
commit
f95d9ea8df
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_core/containers/juce_NamedValueSet.h

+ 0
- 1
modules/juce_core/containers/juce_NamedValueSet.h View File

@@ -89,7 +89,6 @@ public:
/** Returns the value of a named item.
If the name isn't found, this will return a void variant.
@see getProperty
*/
const var& operator[] (const Identifier& name) const noexcept;


Loading…
Cancel
Save