aboutsummaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-11-12 17:25:51 +0000
committerMike Buland <eichlan@xagasoft.com>2009-11-12 17:25:51 +0000
commitad6f4dfcc671d3f8d458c42b0992956f2a2cf979 (patch)
tree76442bd4eec8d84777c4664f4424384558b99947 /src/cache.h
parent18b953acc63545125411b7c9a78f322339fbe7bd (diff)
downloadbuild-ad6f4dfcc671d3f8d458c42b0992956f2a2cf979.tar.gz
build-ad6f4dfcc671d3f8d458c42b0992956f2a2cf979.tar.bz2
build-ad6f4dfcc671d3f8d458c42b0992956f2a2cf979.tar.xz
build-ad6f4dfcc671d3f8d458c42b0992956f2a2cf979.zip
Works with libbu++ changes.
Diffstat (limited to '')
-rw-r--r--src/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index 93b546c..50264de 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -14,7 +14,7 @@ public:
14 Cache(); 14 Cache();
15 virtual ~Cache(); 15 virtual ~Cache();
16 16
17 virtual void archive( class Bu::Archive &ar ); 17 virtual void archive( class Bu::ArchiveBase &ar );
18 18
19 class Entry 19 class Entry
20 { 20 {