Ticket #7537 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Russell Taylor

  • Status changed from new to inprogress

Re #7537. Remove mutable, add const to member variable declaration.

Changeset: 6261c7d93a355d3f5a998b7bf6747863dac20708

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

comment:4 Changed 7 years ago by Samuel Jackson

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/feature/7537_tiny_ticket'

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8382

Note: See TracTickets for help on using tickets.