JUCE
JUCE copied to clipboard
add variant.isVoid() check in fromVar function
This adds a check for variant.isVoid() in the fromVar function, allowing to have return type var() when calling C functions from script
This fixes the issue #1399