splinter-build / splinter

A series of patches (one per branch) on top of the Ninja project's codebase. Updated periodically.
Apache License 2.0
6 stars 1 forks source link

Make non-modifying functions (getters mostly) const #19

Open shahzadlone opened 5 years ago

shahzadlone commented 5 years ago

If a member function (method) is not modifying the class then make the method be const.

Pointing more at getter functions.