diff options
author | anoncvs <anoncvs> | 2004-12-21 18:24:28 +0000 |
---|---|---|
committer | anoncvs <anoncvs> | 2004-12-21 18:24:28 +0000 |
commit | de783ac67265a5a11ebbad52e8dbc81292b4ac66 (patch) | |
tree | f8e4efb38761a1ef73d64c8cb67b16f0c447af8c | |
parent | cbbeee44267c1fd1fe46c71c4fbd895994c20c0c (diff) | |
download | vdr-plugin-text2skin-de783ac67265a5a11ebbad52e8dbc81292b4ac66.tar.gz vdr-plugin-text2skin-de783ac67265a5a11ebbad52e8dbc81292b4ac66.tar.bz2 |
*** empty log message ***
-rw-r--r-- | cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |