Bug 1137151: Marked destructor of |nsClipboard| as protected, r=mwu

This commit is contained in:
Thomas Zimmermann 2015-03-10 13:44:02 +01:00
parent e25accd729
commit 5760edc3b2

View File

@ -16,6 +16,9 @@ public:
NS_DECL_NSICLIPBOARD
nsClipboard();
protected:
~nsClipboard() {}
};
#endif