From 5c16793a72ac5cb735ead25f83b0fefa682f1d7c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 5 Aug 2005 11:53:19 +0000 Subject: INTEGRATION: CWS gslpatches2 (1.7.32); FILE MERGED 2005/06/08 12:58:51 pl 1.7.32.1: #i50482# 64bit fix and type cleanup from kendy --- psprint/source/fontmanager/fontconfig.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'psprint') diff --git a/psprint/source/fontmanager/fontconfig.cxx b/psprint/source/fontmanager/fontconfig.cxx index 9948d3883cda..c16cc4e6fe65 100644 --- a/psprint/source/fontmanager/fontconfig.cxx +++ b/psprint/source/fontmanager/fontconfig.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fontconfig.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-10-13 08:22:03 $ + * last change: $Author: hr $ $Date: 2005-08-05 12:53:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -345,7 +345,7 @@ bool PrintFontManager::initFontconfig() FC_FILE, FC_OUTLINE, FC_INDEX, - NULL ); + (void *) NULL ); FcPattern* pPattern = rWrapper.FcPatternCreate(); FcFontSet* pFSet = rWrapper.FcFontList( pConfig, pPattern, pOSet ); -- cgit