mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Jonas Ådahl](/assets/img/avatar_default.png)
The const qualifiers were implicitly discarded here and there. Avoid that either by adding the constness, or casting it away when a const variable is passed to a function that is defined as non-const but effectively expect a const.