aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unstable/cacheobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unstable/cacheobject.h b/src/unstable/cacheobject.h
index 080312f..333d766 100644
--- a/src/unstable/cacheobject.h
+++ b/src/unstable/cacheobject.h
@@ -123,6 +123,11 @@ namespace Bu
123 { 123 {
124 return pCache; 124 return pCache;
125 } 125 }
126
127 CacheType *getCache() const
128 {
129 return pCache;
130 }
126 131
127 public: 132 public:
128 class Initializer 133 class Initializer