make a small change to sound interface

add a const
This commit is contained in:
nhmall
2023-01-22 13:49:38 -05:00
parent 5e0fea186c
commit 595d425d73
5 changed files with 7 additions and 7 deletions

View File

@@ -1056,7 +1056,7 @@ void NetHackQtBind::qtsound_soundeffect(char *desc UNUSED, int32_t seid UNUSED,
{
}
void NetHackQtBind::qtsound_hero_playnotes(int32_t instrument UNUSED, char *str UNUSED, int32_t volume UNUSED)
void NetHackQtBind::qtsound_hero_playnotes(int32_t instrument UNUSED, const char *str UNUSED, int32_t volume UNUSED)
{
}
#endif