summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 19:24:30 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-11 19:24:30 +0000
commit64087572950e3331029922626fa8605273c27da3 (patch)
tree957128fe37271863242fc9f90d3162e2e99267cc /include
parent621f93b72ffdae4e211949c9fad778327c2a31fa (diff)
More stuff incoming
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8575 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 11d194cd8..e40b1d31b 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::istringstream* &filedata);
+ virtual int OnDownloadFile(const std::string &filename, std::istream* &filedata);
/** Returns the version number of a Module.
* The method should return a Version object with its version information assigned via