From f95d9ea8dff58bebbdb34c79240f39f583dcae40 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 2 Sep 2019 10:03:13 +0100 Subject: [PATCH] Minor documentation update --- modules/juce_core/containers/juce_NamedValueSet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/juce_core/containers/juce_NamedValueSet.h b/modules/juce_core/containers/juce_NamedValueSet.h index c307fc7351..9e8f153c7b 100644 --- a/modules/juce_core/containers/juce_NamedValueSet.h +++ b/modules/juce_core/containers/juce_NamedValueSet.h @@ -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;