diff options
author | Brian Paul <[email protected]> | 2004-01-18 17:18:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-18 17:18:43 +0000 |
commit | 97fcc0e77b55f2d11a4fe34fbe71605d0550e6c8 (patch) | |
tree | ed18b4a46e5887fa38d5208d1ea1fa6d1a37b3d7 /src/mesa/drivers/dri/common/xmlconfig.h | |
parent | 5b9a9d46d4a55a70cebbe238ac712631013b680b (diff) |
make second param of driParseConfigFiles() const
Diffstat (limited to 'src/mesa/drivers/dri/common/xmlconfig.h')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/xmlconfig.h b/src/mesa/drivers/dri/common/xmlconfig.h index b636349b1f4..c363af764fe 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 <driver>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 * |