Bug 1038187 - Give JumpListSeparator a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 16:39:45 -04:00
parent a3188f357f
commit a18dfaf3ed

View File

@ -53,6 +53,8 @@ protected:
class JumpListSeparator : public JumpListItem, public nsIJumpListSeparator
{
~JumpListSeparator() {}
public:
JumpListSeparator() :
JumpListItem(nsIJumpListItem::JUMPLIST_ITEM_SEPARATOR)