1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

Updates to browser plugin wrappers.

This commit is contained in:
Julian Storer 2010-05-17 13:44:27 +01:00
parent 88c95982f7
commit d65a0722fc
9 changed files with 96 additions and 59 deletions

View file

@ -542,7 +542,7 @@ public:
//==============================================================================
static NPIdentifier getIdentifierFromString (const var::identifier& s) throw()
{
return browser.getstringidentifier (s.name.toUTF8());
return browser.getstringidentifier (s.toString().toUTF8());
}
static const var createValueFromNPVariant (NPP npp, const NPVariant& v);