summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/mad.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/mad.h')
-rw-r--r--plugins/adplug/adplug/mad.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/adplug/adplug/mad.h b/plugins/adplug/adplug/mad.h
index 98d2a445..c9272924 100644
--- a/plugins/adplug/adplug/mad.h
+++ b/plugins/adplug/adplug/mad.h
@@ -28,12 +28,12 @@ public:
CmadLoader(Copl *newopl) : CmodPlayer(newopl) { };
- bool load(const std::string &filename, const CFileProvider &fp);
+ bool load(const char *filename, const CFileProvider &fp);
void rewind(int subsong);
float getrefresh();
- std::string gettype();
- std::string getinstrument(unsigned int n);
+ const char * gettype();
+ const char * getinstrument(unsigned int n);
unsigned int getinstruments();
private: