зеркало из https://github.com/mozilla/pjs.git
Trivial const correctness followup to bug 420373 r=bsmedberg a=beltzner
This commit is contained in:
Родитель
9ddbca90fd
Коммит
d658d21d8e
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче