Browse Source

Documentation clean-up.

tags/2021-05-28
jules 11 years ago
parent
commit
865b9ab46a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      modules/juce_data_structures/values/juce_Value.h

+ 1
- 2
modules/juce_data_structures/values/juce_Value.h View File

@@ -75,8 +75,7 @@ public:
operator var() const;
/** Returns the value as a string.
This is alternative to writing things like "myValue.getValue().toString()".
This is a shortcut for "myValue.getValue().toString()".
*/
String toString() const;


Loading…
Cancel
Save