summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 5c62d64..ee3e81b 100644
--- a/cache.h
+++ b/cache.h
@@ -1,5 +1,5 @@
/*
- * $Id: cache.h,v 1.1 2004/12/19 22:03:09 lordjaxom Exp $
+ * $Id: cache.h,v 1.2 2004/12/21 18:24:28 anoncvs Exp $
*/
#ifndef VDR_TEXT2SKIN_CACHE_HPP
@@ -12,7 +12,7 @@
#include <vector>
#include <string>
-class cText2SkinBitmap;
+class cText2SkinBitmap; //XXX
struct tBitmapSpec {
std::string Filename;