mixer / interactive-cpp

C++ SDK for Mixer Interactivity
MIT License
25 stars 56 forks source link

Correct argument type of string property setter #97

Closed k-rutkowski closed 5 years ago

k-rutkowski commented 6 years ago

Signature of function interactive_control_set_property_string in interactivity.h differs from one in source file. Therefore using this function in client code leads to link error.

This corrects the type of argument property from char to const char.