From 9a1a16f3d42b2f48b26eb3daef3a195fc0f2a13e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 11 Aug 2002 13:32:23 +0200 Subject: Consistently using malloc/free and new/delete --- osd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osd.h') diff --git a/osd.h b/osd.h index dac4b27e..861b04ee 100644 --- a/osd.h +++ b/osd.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.h 1.33 2002/07/13 12:47:06 kls Exp $ + * $Id: osd.h 1.34 2002/08/11 11:42:15 kls Exp $ */ #ifndef __OSD_H @@ -89,7 +89,7 @@ public: class cOsdItem : public cListObject { private: - const char *text; + char *text; int offset; eOSState state; protected: @@ -128,7 +128,7 @@ private: int first, current, marked; cOsdMenu *subMenu; const char *helpRed, *helpGreen, *helpYellow, *helpBlue; - const char *status; + char *status; int digit; bool hasHotkeys; protected: -- cgit v1.2.3