--- nono/host/sounddriver_wav.cpp 2026/04/29 17:05:55 1.1 +++ nono/host/sounddriver_wav.cpp 2026/04/29 17:06:02 1.1.1.2 @@ -126,7 +126,7 @@ SoundDriverWav::CloseWav() } void -SoundDriverWav::MonitorUpdateMD(TextScreen& screen, int y) +SoundDriverWav::MonitorScreenMD(TextScreen& screen, int y) { screen.Print(0, y, "Filename: %s", filename.c_str()); }