From b6807ee3ca40b19f89369cf159d1794153268b0c Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sun, 24 Apr 2022 12:38:09 +0300 Subject: Make functions const again --- src/components/ble/MusicService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ble/MusicService.h') diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h index 6c1a6edb..047d0d26 100644 --- a/src/components/ble/MusicService.h +++ b/src/components/ble/MusicService.h @@ -47,7 +47,7 @@ namespace Pinetime { std::string getAlbum() const; - int getProgress(); + int getProgress() const; int getTrackLength() const; -- cgit v1.2.3-70-g09d2