add const

This commit is contained in:
DashyFox 2025-02-27 10:06:26 +03:00
parent 2a8fba23d3
commit 2de931e9a6

View File

@ -84,7 +84,7 @@ public:
isPlayingF = false;
}
bool isPlaying() {
bool isPlaying() const {
return isPlayingF;
}