Bug 1038171 - Give JumpListItem a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 14:56:36 -04:00
parent 714010bff4
commit b4f1d050eb

View File

@ -37,15 +37,15 @@ public:
mItemType(type)
{}
virtual ~JumpListItem()
{}
NS_DECL_ISUPPORTS
NS_DECL_NSIJUMPLISTITEM
static const char kJumpListCacheDir[];
protected:
virtual ~JumpListItem()
{}
short Type() { return mItemType; }
short mItemType;