Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To build correctly with gcc 14 (which we now need for the simulator on
macos 16), refactor overlay pointer to non-const in ColormapOverlay - Changed the type of `overlays_` from `Overlay const*` to `Overlay*` in `ColormapOverlay` class to allow modification of overlay entries.
- Loading branch information