summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 19:21:19 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 19:21:19 +0000
commit621f93b72ffdae4e211949c9fad778327c2a31fa (patch)
tree437fa52b2bb4445f6e1a401af1501b76a0448f70 /include/modules.h
parent81951dafc1f89ce4b52275a8b0c2a7eca9643fe5 (diff)
More stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8574 e03df62e-2008-0410-955e-edbf42e46eb7
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