return func made const

pull/8738/head
paul-szczepanek-arm 2018-11-22 11:09:43 +00:00 committed by Vincent Coubard
parent 9f39dba429
commit c9dcef17dd
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ struct Duration {
*
* @return The duration in TB units.
*/
Rep value() {
Rep value() const {
return duration;
}