summaryrefslogtreecommitdiff
path: root/src/sound/sound_driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound_driver.hpp')
-rw-r--r--src/sound/sound_driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound_driver.hpp b/src/sound/sound_driver.hpp
index f1a0519f8..6de66d74e 100644
--- a/src/sound/sound_driver.hpp
+++ b/src/sound/sound_driver.hpp
@@ -26,6 +26,6 @@ public:
}
};
-extern char *_ini_sounddriver;
+extern std::string _ini_sounddriver;
#endif /* SOUND_SOUND_DRIVER_HPP */