1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

MSVC warning fix.

This commit is contained in:
jules 2012-11-23 18:26:46 +00:00
parent 8dceb3471a
commit 3833c10f26

View file

@ -994,7 +994,7 @@ private:
if (asioObject == nullptr)
return "No Driver";
const bool initOk = (bool) asioObject->init (juce_messageWindowHandle);
const bool initOk = !! asioObject->init (juce_messageWindowHandle);
String driverError;
// Get error message if init() failed, or if it's a buggy Denon driver,