From 42c6751806eef7e0903f381bb9288ad7c2da9265 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 24 Apr 2012 23:55:25 -0400 Subject: cosmetics diff --git a/src/ModuleCache.cc b/src/ModuleCache.cc index 70b1fb9..d03d121 100644 --- a/src/ModuleCache.cc +++ b/src/ModuleCache.cc @@ -83,7 +83,7 @@ Module *ModuleCache::evaluate(const std::string &filename) this->entries[filename] = e; std::string pathname = boosty::stringy(fs::path(filename).parent_path()); - lib_mod = dynamic_cast(parse(text.c_str(), pathname.c_str(), 0)); + lib_mod = dynamic_cast(parse(text.c_str(), pathname.c_str(), false)); if (lib_mod) { this->entries[filename].module = lib_mod; -- cgit v0.10.1