summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/xsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/xsm.h')
-rw-r--r--plugins/adplug/adplug/xsm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/adplug/adplug/xsm.h b/plugins/adplug/adplug/xsm.h
index 0e844afc..2ea118f5 100644
--- a/plugins/adplug/adplug/xsm.h
+++ b/plugins/adplug/adplug/xsm.h
@@ -29,12 +29,12 @@ public:
CxsmPlayer(Copl *newopl);
~CxsmPlayer();
- bool load(const std::string &filename, const CFileProvider &fp);
+ bool load(const char *filename, const CFileProvider &fp);
bool update();
void rewind(int subsong);
float getrefresh();
- std::string gettype() { return std::string("eXtra Simple Music"); }
+ const char * gettype() { return "eXtra Simple Music"; }
private:
unsigned short songlen;