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
Documentation clean-up.
tags/2021-05-28
jules
11 years ago
parent
c733ed50ff
commit
865b9ab46a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save