mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added missing virtual destructor to cPalette
This commit is contained in:
6
osd.c
6
osd.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: osd.c 2.1 2009/01/16 14:34:32 kls Exp $
|
||||
* $Id: osd.c 2.2 2009/04/05 10:17:25 kls Exp $
|
||||
*/
|
||||
|
||||
#include "osd.h"
|
||||
@@ -24,6 +24,10 @@ cPalette::cPalette(int Bpp)
|
||||
SetAntiAliasGranularity(10, 10);
|
||||
}
|
||||
|
||||
cPalette::~cPalette()
|
||||
{
|
||||
}
|
||||
|
||||
void cPalette::SetAntiAliasGranularity(uint FixedColors, uint BlendColors)
|
||||
{
|
||||
if (FixedColors >= MAXNUMCOLORS || BlendColors == 0)
|
||||
|
Reference in New Issue
Block a user