From 97fcc0e77b55f2d11a4fe34fbe71605d0550e6c8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 18 Jan 2004 17:18:43 +0000 Subject: make second param of driParseConfigFiles() const --- src/mesa/drivers/dri/common/xmlconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/common/xmlconfig.h') diff --git a/src/mesa/drivers/dri/common/xmlconfig.h b/src/mesa/drivers/dri/common/xmlconfig.h index b636349b1f..c363af764f 100644 --- a/src/mesa/drivers/dri/common/xmlconfig.h +++ b/src/mesa/drivers/dri/common/xmlconfig.h @@ -99,7 +99,7 @@ void driParseOptionInfo (driOptionCache *info, * * To be called in CreateContext. screenNum and driverName select * device sections. */ -void driParseConfigFiles (driOptionCache *cache, driOptionCache *info, +void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info, GLint screenNum, const char *driverName); /** \brief Destroy option info * -- cgit v1.2.3