Make functions const again
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Pinetime {
|
||||
|
||||
std::string getAlbum() const;
|
||||
|
||||
int getProgress();
|
||||
int getProgress() const;
|
||||
|
||||
int getTrackLength() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user