diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-24 22:27:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-24 22:27:44 (GMT) |
commit | a5ea98c4a499bdc534d58ecf4881d6ce435d3bd5 (patch) | |
tree | 9e0db0c0c3158f32be8458c169d569169439d5e2 /src/module.h | |
parent | bafbc89aa07f984ac74a3dded0f67158fe225a81 (diff) |
Ported parser code from QFile to boost filesystem
Diffstat (limited to 'src/module.h')
-rw-r--r-- | src/module.h | 2 |
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; |