infinity0 / mozilla-gnome-keyring-legacy

A firefox extension that enables Gnome Keyring integration (legacy version)
https://bugzilla.mozilla.org/show_bug.cgi?id=309807
Other
55 stars 8 forks source link

Use nullptr instead of nsnull #28

Closed fat-lobyte closed 11 years ago

fat-lobyte commented 11 years ago

nsnull has been removed from libxulrunner. Since we compile in C++11 mode anyway, we can use nullptr instead.

Fixes Issue: #27