summaryrefslogtreecommitdiff
path: root/src/module.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-24 22:27:44 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-24 22:27:44 (GMT)
commita5ea98c4a499bdc534d58ecf4881d6ce435d3bd5 (patch)
tree9e0db0c0c3158f32be8458c169d569169439d5e2 /src/module.h
parentbafbc89aa07f984ac74a3dded0f67158fe225a81 (diff)
Ported parser code from QFile to boost filesystem
Diffstat (limited to 'src/module.h')
-rw-r--r--src/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.h b/src/module.h
index c28ab34..93eafa5 100644
--- a/src/module.h
+++ b/src/module.h
@@ -56,7 +56,7 @@ public:
std::string cache_id, msg;
};
static boost::unordered_map<std::string, libs_cache_ent> libs_cache;
- static Module *compile_library(std::string filename);
+ static Module *compile_library(const std::string &filename);
std::vector<std::string> argnames;
std::vector<Expression*> argexpr;
contact: Jan Huwald // Impressum