microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Changed visibility of `observable_map_base::call_changed` to `protected` #1425

Closed Patschkowski closed 2 months ago

Patschkowski commented 2 months ago

This matches the visibility of observable_vector_base::call_changed to enable derived classes to raise change notifications when the underlying container changes.

Fixes: #1422