Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make static plugin maker instances const
The maker classes used by the plugin system only have const interfaces so it is safe to make all the static instance of these classes const. This shows the intent better and allows the static analyzer to better understand what is happening.
- Loading branch information