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

This commit is contained in:
neil@parkwaycc.co.uk 2008-04-01 07:13:27 -07:00
Родитель ceedaf433c
Коммит ef16242e5b
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