Ticket #7537 (closed: fixed)
The m_id member on Detector need not be mutable
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | trivial | Milestone: | Release 3.0 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Samuel Jackson |
Description
mutable should not be there without good reason, and here there is no reason. In fact the member should be const.
Change History
comment:2 Changed 7 years ago by Russell Taylor
- Status changed from inprogress to verify
- Resolution set to fixed
Simplest ticket ever - if it compiles, then it's good.
comment:3 Changed 7 years ago by Samuel Jackson
- Status changed from verify to verifying
- Tester set to Samuel Jackson
Note: See
TracTickets for help on using
tickets.
Re #7537. Remove mutable, add const to member variable declaration.
Changeset: 6261c7d93a355d3f5a998b7bf6747863dac20708