From 6e9aeceb4cd5f3b967c719b05e0b4a9f80708678 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 04:44:30 +0000 Subject: INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/05/24 01:13:41 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/27 13:55:54 pl 1.12.8.1: #i55991# removed warnings for solaris platform --- rsc/inc/rscdb.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rsc/inc') diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 35e97b10b0c4..b1b34ef3d90d 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rscdb.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2006-04-07 16:31:31 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:44:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -168,7 +168,7 @@ class RscTypCont Atom nSysWinId; void Init(); // Initialisiert Klassen und Tabelle - void SETCONST( RscConst *, char *, UINT32 ); + void SETCONST( RscConst *, const char *, UINT32 ); void SETCONST( RscConst *, Atom, UINT32 ); RscEnum * InitLangType(); RscEnum * InitFieldUnitsType(); -- cgit