Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/filesystem.h')
-rw-r--r--src/filesystem/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesystem/filesystem.h b/src/filesystem/filesystem.h
index b0232f2..1bdacaa 100644
--- a/src/filesystem/filesystem.h
+++ b/src/filesystem/filesystem.h
@@ -24,7 +24,7 @@ typedef std::list<std::string> SearchPath;
SearchPath & searchpath();
/// initialize the filesystem subsystem
-void init(std::string const & basename, std::string const & modname);
+void init(const std::string &binaryname, const std::string & basename, const std::string & modname);
/// shutdown the filesystem subsystem
void shutdown();