Trivial const correctness followup to bug 420373 r=bsmedberg a=beltzner

This commit is contained in:
neil%parkwaycc.co.uk 2008-04-01 14:13:27 +00:00
Родитель 9ddbca90fd
Коммит d658d21d8e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -171,7 +171,7 @@ GRE_GetGREPathWithProperties(const GREVersionRange *versions,
allProperties[propertiesLength].value = kExtraProperty.value;
PRUint32 allPropertiesLength = propertiesLength + 1;
#else
GREProperty *allProperties = properties;
const GREProperty *allProperties = properties;
PRUint32 allPropertiesLength = propertiesLength;
#endif