diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-04 22:28:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-04 22:28:16 (GMT) |
commit | 11fb1f71dad9c7d744ff5bbe7c3ee017ed67ff41 (patch) | |
tree | 8111d41170db1aacdc6809c415e2c0716019df99 /src/module.h | |
parent | 666621e220dadfa5372661bdd35b2cb7d8098cca (diff) |
Additional fixes after merging with master
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; |