summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/dmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/dmo.h')
-rw-r--r--plugins/adplug/adplug/dmo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/adplug/adplug/dmo.h b/plugins/adplug/adplug/dmo.h
index 8591cfcc..5996c112 100644
--- a/plugins/adplug/adplug/dmo.h
+++ b/plugins/adplug/adplug/dmo.h
@@ -28,10 +28,10 @@ class CdmoLoader: public Cs3mPlayer
CdmoLoader(Copl *newopl) : Cs3mPlayer(newopl) { };
- bool load(const std::string &filename, const CFileProvider &fp);
+ bool load(const char *filename, const CFileProvider &fp);
- std::string gettype();
- std::string getauthor();
+ const char * gettype();
+ const char * getauthor();
private: