summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index a3cac1486..11d194cd8 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -438,7 +438,7 @@ class CoreExport Module : public Extensible
virtual void OnReadConfig(ServerConfig* config, ConfigReader* coreconf);
- virtual int OnDownloadFile(const std::string &filename, std::stringstream &filedata);
+ virtual int OnDownloadFile(const std::string &filename, std::istringstream* &filedata);
/** Returns the version number of a Module.
* The method should return a Version object with its version information assigned via