diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-09 02:29:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-09 02:29:24 (GMT) |
commit | 23f6b0623c86eba96dfb1296b862522cf02b0734 (patch) | |
tree | 998500ef16763f6f08f9f7cb8917c98b1643af68 /src/module.h | |
parent | 52dfffd97ba49b603b4814d843cd9be08d040364 (diff) | |
parent | 5044ea928d72da800d11b2b80f6148265c13d10f (diff) |
Merge branch 'master' into threading
Conflicts:
RELEASE_NOTES
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 557b7c5..6c6529b 100644 --- a/src/module.h +++ b/src/module.h @@ -65,7 +65,7 @@ public: void addChild(ModuleInstantiation *ch) { this->children.push_back(ch); } - static Module *compile_library(std::string filename); + static Module *compile_library(const std::string &filename); static void clear_library_cache(); typedef boost::unordered_map<std::string, class Module*> ModuleContainer; |