Skip to content
  • Mike Fleetwood's avatar
    Return constant reference from ProgressBar::get_text() · af684ade
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    get_text() only performs const access on the ProgressBar object so
    return the member string by constant reference.
    
    Previously done for other string returning getters, even though the
    value is assigned to a variable and doesn't save anything:
        1f6e8129
        Return constant reference from OperationDetail::get_description() (!94)
    af684ade