diff options
Diffstat (limited to 'skinsttng.c')
-rw-r--r-- | skinsttng.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skinsttng.c b/skinsttng.c index b1027cb3..ec7cac73 100644 --- a/skinsttng.c +++ b/skinsttng.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinsttng.c 1.4 2004/05/29 13:14:09 kls Exp $ + * $Id: skinsttng.c 1.5 2004/05/31 14:09:00 kls Exp $ */ // Star Trek: The Next Generation® is a registered trademark of Paramount Pictures @@ -116,7 +116,7 @@ THEME_CLR(Theme, clrReplayProgressCurrent, clrRed); // --- cSkinSTTNGDisplayChannel ---------------------------------------------- -class cSkinSTTNGDisplayChannel : public cSkinDisplayChannel{ +class cSkinSTTNGDisplayChannel : public cSkinDisplayChannel { private: cOsd *osd; int x0, x1, x2, x3, x4, x5, x6, x7; |