From d6f2f1675c57cb067c7d1c1815b871d1acc2fe19 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 31 May 2004 14:09:52 +0200 Subject: Made some functions of cFont virtual to allow implementing dummy fonts for the 'curses' skin --- skinclassic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skinclassic.c') diff --git a/skinclassic.c b/skinclassic.c index cc32f9f0..9dd90942 100644 --- a/skinclassic.c +++ b/skinclassic.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinclassic.c 1.6 2004/05/29 13:29:00 kls Exp $ + * $Id: skinclassic.c 1.7 2004/05/31 14:09:00 kls Exp $ */ #include "skinclassic.h" @@ -71,7 +71,7 @@ THEME_CLR(Theme, clrReplayProgressCurrent, clrRed); // --- cSkinClassicDisplayChannel -------------------------------------------- -class cSkinClassicDisplayChannel : public cSkinDisplayChannel{ +class cSkinClassicDisplayChannel : public cSkinDisplayChannel { private: cOsd *osd; int lineHeight; -- cgit v1.2.3