summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/dtm.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/dtm.h')
-rw-r--r--plugins/adplug/adplug/dtm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/adplug/adplug/dtm.h b/plugins/adplug/adplug/dtm.h
index 8429bc4f..d5b10f2d 100644
--- a/plugins/adplug/adplug/dtm.h
+++ b/plugins/adplug/adplug/dtm.h
@@ -28,15 +28,15 @@ class CdtmLoader: public CmodPlayer
CdtmLoader(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 gettitle();
- std::string getauthor();
- std::string getdesc();
- std::string getinstrument(unsigned int n);
+ const char * gettype();
+ const char * gettitle();
+ const char * getauthor();
+ const char * getdesc();
+ const char * getinstrument(unsigned int n);
unsigned int getinstruments();
private: