summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/hsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/hsp.h')
-rw-r--r--plugins/adplug/adplug/hsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/adplug/adplug/hsp.h b/plugins/adplug/adplug/hsp.h
index 86fa9d69..e0505fc2 100644
--- a/plugins/adplug/adplug/hsp.h
+++ b/plugins/adplug/adplug/hsp.h
@@ -33,7 +33,7 @@ public:
: ChscPlayer(newopl)
{};
- bool load(const std::string &filename, const CFileProvider &fp);
+ bool load(const char *filename, const CFileProvider &fp);
};
#endif