Closed k-rutkowski closed 5 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.
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.