summaryrefslogtreecommitdiff
path: root/src/ModuleCache.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-10 07:19:56 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-10 07:19:56 (GMT)
commit6f4cf3ebecdd720ed31c0257543fd071f41afc17 (patch)
tree6344dcd48870c672f809230c7a2a89d511b7a29a /src/ModuleCache.h
parente4daa42cf6c376e1e27166bb4a1bca234866c10a (diff)
Fixed a bug failing to detect changes in underlying libraries. Should improve some of the issues reported in #181
Diffstat (limited to 'src/ModuleCache.h')
-rw-r--r--src/ModuleCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModuleCache.h b/src/ModuleCache.h
index e8a4580..0c15fbd 100644
--- a/src/ModuleCache.h
+++ b/src/ModuleCache.h
@@ -8,7 +8,7 @@ class ModuleCache
{
public:
static ModuleCache *instance() { if (!inst) inst = new ModuleCache; return inst; }
- class FileModule *evaluate(const std::string &filename);
+ bool evaluate(const std::string &filename, class FileModule *&module);
class FileModule *lookup(const std::string &filename);
bool isCached(const std::string &filename);
size_t size() { return this->entries.size(); }
contact: Jan Huwald // Impressum