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
Minor documentation update
tags/2021-05-28
ed
6 years ago
parent
937991cc83
commit
f95d9ea8df
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save