1
0
Fork 0
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:
jules 2012-03-12 21:43:43 +00:00
parent c1f7ca2dc0
commit cba76bef60
25 changed files with 180 additions and 64 deletions

View file

@ -148,7 +148,7 @@ var Value::getValue() const
Value::operator var() const
{
return getValue();
return value->getValue();
}
void Value::setValue (const var& newValue)