summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/hyp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/hyp.cpp')
-rw-r--r--plugins/adplug/adplug/hyp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/adplug/adplug/hyp.cpp b/plugins/adplug/adplug/hyp.cpp
index 7ed3a315..724f07a9 100644
--- a/plugins/adplug/adplug/hyp.cpp
+++ b/plugins/adplug/adplug/hyp.cpp
@@ -119,7 +119,7 @@ float CxadhypPlayer::xadplayer_getrefresh()
return 60.0f;
}
-std::string CxadhypPlayer::xadplayer_gettype()
+const char * CxadhypPlayer::xadplayer_gettype()
{
- return std::string("xad: hypnosis player");
+ return "xad: hypnosis player";
}