Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
54 stars 23 forks source link

bug in c74_min_impl.h #166

Closed robtherich closed 3 years ago

robtherich commented 3 years ago

https://github.com/Cycling74/min-api/blob/f34cedef103ba5f30a1a02cfa0a995508b710036/include/c74_min_impl.h#L154

should be: return this->a_type == b.a_type && this->a_w.w_obj == b.a_w.w_obj;