From 11fb1f71dad9c7d744ff5bbe7c3ee017ed67ff41 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 4 Jan 2012 23:28:16 +0100 Subject: Additional fixes after merging with master 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 ModuleContainer; -- cgit v0.10.1