Skip to content

Commit

Permalink
Bug 1613985 - Use default for equivalent-to-default constructors/dest…
Browse files Browse the repository at this point in the history
…ructors in xpfe. r=mstange

Depends on D66012

Differential Revision: https://phabricator.services.mozilla.com/D66013
  • Loading branch information
sigiesec committed Mar 10, 2020
1 parent 900f48f commit c010541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpfe/appshell/LiveResizeListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LiveResizeListener {
NS_INLINE_DECL_PURE_VIRTUAL_REFCOUNTING

protected:
virtual ~LiveResizeListener() {}
virtual ~LiveResizeListener() = default;
};

} // namespace mozilla
Expand Down

0 comments on commit c010541

Please sign in to comment.