aboutsummaryrefslogtreecommitdiff
path: root/src/cachehandler.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-10-08 19:46:43 +0000
committerMike Buland <eichlan@xagasoft.com>2008-10-08 19:46:43 +0000
commit10a078da8f7129c73bc5a40040e6f762f1f5936f (patch)
treed83fe4aa3df18355896e0e37c19831d220561eaa /src/cachehandler.h
parent3f1c8998166466245aee2860197fb4908e55f1a2 (diff)
downloadlibbu++-10a078da8f7129c73bc5a40040e6f762f1f5936f.tar.gz
libbu++-10a078da8f7129c73bc5a40040e6f762f1f5936f.tar.bz2
libbu++-10a078da8f7129c73bc5a40040e6f762f1f5936f.tar.xz
libbu++-10a078da8f7129c73bc5a40040e6f762f1f5936f.zip
Hey, more cachey goo!
Diffstat (limited to 'src/cachehandler.h')
-rw-r--r--src/cachehandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cachehandler.h b/src/cachehandler.h
index b741882..72fb2b2 100644
--- a/src/cachehandler.h
+++ b/src/cachehandler.h
@@ -18,6 +18,7 @@ namespace Bu
18 void forceLoad() 18 void forceLoad()
19 { 19 {
20 } 20 }
21
21 private: 22 private:
22 }; 23 };
23}; 24};