mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1038187 - Give JumpListSeparator a private destructor; r=bjacob
This commit is contained in:
parent
a3188f357f
commit
a18dfaf3ed
@ -53,6 +53,8 @@ protected:
|
||||
|
||||
class JumpListSeparator : public JumpListItem, public nsIJumpListSeparator
|
||||
{
|
||||
~JumpListSeparator() {}
|
||||
|
||||
public:
|
||||
JumpListSeparator() :
|
||||
JumpListItem(nsIJumpListItem::JUMPLIST_ITEM_SEPARATOR)
|
||||
|
Loading…
Reference in New Issue
Block a user