mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1318282 - Replace default bodies of special member functions with = default; in storage/. r=mak
MozReview-Commit-ID: DLgi8Oa7X2b --HG-- extra : rebase_source : b18f05c361469d5d276c8a80b371aa001ec58cd4
This commit is contained in:
parent
a71b3f4e14
commit
e874c4bda7
@ -21,7 +21,7 @@ public:
|
||||
NS_DECL_ASYNCSTATEMENTSPINNER
|
||||
Spinner() {}
|
||||
protected:
|
||||
virtual ~Spinner() {}
|
||||
virtual ~Spinner() = default;
|
||||
};
|
||||
|
||||
NS_IMPL_ISUPPORTS_INHERITED0(Spinner,
|
||||
|
Loading…
Reference in New Issue
Block a user