Make functions const again

This commit is contained in:
Riku Isokoski
2022-04-24 12:38:09 +03:00
parent 36cb7c82f3
commit b6807ee3ca
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ namespace Pinetime {
std::string getAlbum() const;
int getProgress();
int getProgress() const;
int getTrackLength() const;