mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Introjucer: fix for RTAS in VS2010
This commit is contained in:
parent
c1f7ca2dc0
commit
cba76bef60
25 changed files with 180 additions and 64 deletions
|
|
@ -148,7 +148,7 @@ var Value::getValue() const
|
|||
|
||||
Value::operator var() const
|
||||
{
|
||||
return getValue();
|
||||
return value->getValue();
|
||||
}
|
||||
|
||||
void Value::setValue (const var& newValue)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue