Anthony-Nicholls / jucey_bonjour

A JUCE module wrapper for Apple's zero-configuration protocol Bonjour
MIT License
12 stars 3 forks source link

Fix use of juce::Result. ok() -> wasOk(). #18

Open atsushieno opened 3 years ago

atsushieno commented 3 years ago

ok() is to create a new OK status. To check status, wasOk() is the right one.