mirror of https://github.com/ARMmbed/mbed-os.git
return func made const
parent
9f39dba429
commit
c9dcef17dd
|
|
@ -147,7 +147,7 @@ struct Duration {
|
|||
*
|
||||
* @return The duration in TB units.
|
||||
*/
|
||||
Rep value() {
|
||||
Rep value() const {
|
||||
return duration;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue