summaryrefslogtreecommitdiffstats
path: root/lib/cppparser/lexercache.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cppparser/lexercache.h')
-rw-r--r--lib/cppparser/lexercache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/lexercache.h b/lib/cppparser/lexercache.h
index c1aac432..535768bc 100644
--- a/lib/cppparser/lexercache.h
+++ b/lib/cppparser/lexercache.h
@@ -155,7 +155,7 @@ class LexerCache : public CacheManager {
typedef __gnu_cxx::hash_map<HashedString, FileModificationCache> FileModificationMap;
FileModificationMap m_fileModificationCache;
Driver* m_driver;
- TQDateTime m_currentDateTime;
+ TQDateTime m_tqcurrentDateTime;
};