mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1137151: Marked destructor of |nsClipboard| as protected, r=mwu
This commit is contained in:
parent
e25accd729
commit
5760edc3b2
@ -16,6 +16,9 @@ public:
|
||||
NS_DECL_NSICLIPBOARD
|
||||
|
||||
nsClipboard();
|
||||
|
||||
protected:
|
||||
~nsClipboard() {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user