Additional fixes after merging with master

felipesanches-svg
Marius Kintel 2012-01-04 23:28:16 +01:00
parent 666621e220
commit 11fb1f71da
1 changed files with 1 additions and 1 deletions

View File

@ -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;