summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/cff.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/cff.h')
-rw-r--r--plugins/adplug/adplug/cff.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/adplug/adplug/cff.h b/plugins/adplug/adplug/cff.h
index 04ead8bb..08f11315 100644
--- a/plugins/adplug/adplug/cff.h
+++ b/plugins/adplug/adplug/cff.h
@@ -28,13 +28,13 @@ class CcffLoader: public CmodPlayer
CcffLoader(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);
- std::string gettype();
- std::string gettitle();
- std::string getauthor();
- std::string getinstrument(unsigned int n);
+ const char * gettype();
+ const char * gettitle();
+ const char * getauthor();
+ const char * getinstrument(unsigned int n);
unsigned int getinstruments();
private: