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 storage. r=asuth

Differential Revision: https://phabricator.services.mozilla.com/D65498

--HG--
extra : moz-landing-system : lando
  • Loading branch information
sigiesec committed Mar 16, 2020
1 parent 6f38376 commit c2d3f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/Variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Variant_base : public nsIVariant {
NS_DECLARE_STATIC_IID_ACCESSOR(VARIANT_BASE_IID)

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

NS_DEFINE_STATIC_IID_ACCESSOR(Variant_base, VARIANT_BASE_IID)
Expand Down

0 comments on commit c2d3f05

Please sign in to comment.