diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-17 22:05:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-17 22:05:36 (GMT) |
commit | 2316127e62ba4c4c0e49cd35d869fcaeca357a29 (patch) | |
tree | d4876248cb049d58583d97bb1b716db6815904b2 /src/ModuleCache.h | |
parent | 6845399e497726958d51170f906474e2624848c4 (diff) |
Handle include dependencies
Diffstat (limited to 'src/ModuleCache.h')
-rw-r--r-- | src/ModuleCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ModuleCache.h b/src/ModuleCache.h index 25ae192..1e6373d 100644 --- a/src/ModuleCache.h +++ b/src/ModuleCache.h @@ -17,7 +17,7 @@ private: struct cache_entry { class Module *module; - std::string cache_id, msg; + std::string cache_id; }; boost::unordered_map<std::string, cache_entry> entries; }; |