You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fairly minor thing; I can't find any plugin out there that exports this, short
of demo ones. But may as well correct it to match NP_GetMIMEDescription's fix.
Mozilla's already casting the function to the const version anyway.
http://mxr.mozilla.org/mozilla-central/source/dom/plugins/base/nsPluginsDirUnix.
cpp#359
Patch attached.
Original issue reported on code.google.com by davidben@davidben.net on 9 Oct 2011 at 5:31
I support. Pointers to const should be used everywhere, where data is not
intended to be modified. An exception might be a pointer to const pointer to
const data, which is not supported in C.
Original comment by Van...@gmail.com on 23 Feb 2012 at 9:40
Original issue reported on code.google.com by
davidben@davidben.net
on 9 Oct 2011 at 5:31Attachments:
The text was updated successfully, but these errors were encountered: