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
parent cc34d5dc0e
commit 140e9a1621

View File

@ -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