summaryrefslogtreecommitdiff
path: root/skinclassic.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:09:52 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:09:52 +0200
commitd6f2f1675c57cb067c7d1c1815b871d1acc2fe19 (patch)
treeda310e344561f7f57ae342a78746cf2d0ec540bc /skinclassic.c
parente056cae8921a68704bf1a0cb4babcdf60d31be2d (diff)
downloadvdr-d6f2f1675c57cb067c7d1c1815b871d1acc2fe19.tar.gz
vdr-d6f2f1675c57cb067c7d1c1815b871d1acc2fe19.tar.bz2
Made some functions of cFont virtual to allow implementing dummy fonts for the 'curses' skin
Diffstat (limited to 'skinclassic.c')
-rw-r--r--skinclassic.c4
1 files changed, 2 insertions, 2 deletions
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;