aboutsummaryrefslogtreecommitdiff
path: root/sound/null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/null.cpp')
-rw-r--r--sound/null.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/null.cpp b/sound/null.cpp
index 9be545ab76..556b96c14c 100644
--- a/sound/null.cpp
+++ b/sound/null.cpp
@@ -32,7 +32,7 @@ Common::Error NullMusicPlugin::createInstance(MidiDriver **mididriver, MidiDrive
MusicDevices NullMusicPlugin::getDevices() const {
MusicDevices devices;
- devices.push_back(MusicDevice(this, _s(""), MT_NULL));
+ devices.push_back(MusicDevice(this, "", MT_NULL));
return devices;
}
@@ -50,7 +50,7 @@ public:
MusicDevices AutoMusicPlugin::getDevices() const {
MusicDevices devices;
- devices.push_back(MusicDevice(this, _s(""), MT_AUTO));
+ devices.push_back(MusicDevice(this, "", MT_AUTO));
return devices;
}