mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Some fixes to avoid compiler warnings in gcc 4.0
This commit is contained in:
3
font.h
3
font.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: font.h 1.10 2005/01/14 13:25:35 kls Exp $
|
||||
* $Id: font.h 1.11 2005/03/19 15:51:19 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __FONT_H
|
||||
@@ -44,6 +44,7 @@ private:
|
||||
int height;
|
||||
public:
|
||||
cFont(void *Data);
|
||||
virtual ~cFont() {}
|
||||
void SetData(void *Data);
|
||||
virtual int Width(unsigned char c) const { return data[c]->width; }
|
||||
///< Returns the width of the given character.
|
||||
|
Reference in New Issue
Block a user