summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/fmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/fmc.h')
-rw-r--r--plugins/adplug/adplug/fmc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/adplug/adplug/fmc.h b/plugins/adplug/adplug/fmc.h
index ae7d5c5b..0be93a4e 100644
--- a/plugins/adplug/adplug/fmc.h
+++ b/plugins/adplug/adplug/fmc.h
@@ -28,12 +28,12 @@ class CfmcLoader: public CmodPlayer
CfmcLoader(Copl *newopl) : CmodPlayer(newopl) { };
- bool load(const std::string &filename, const CFileProvider &fp);
+ bool load(const char *filename, const CFileProvider &fp);
float getrefresh();
- std::string gettype();
- std::string gettitle();
- std::string getinstrument(unsigned int n);
+ const char * gettype();
+ const char * gettitle();
+ const char * getinstrument(unsigned int n);
unsigned int getinstruments();
private: