Bug 1318004 - Replace default bodies of special member functions with = default; r=Ehsan

MozReview-Commit-ID: 33AOhtFrXS8
This commit is contained in:
Sylvestre Ledru
2016-11-16 18:26:14 +01:00
parent 42c66c2252
commit c30faf12df
19 changed files with 33 additions and 59 deletions

View File

@@ -22,9 +22,7 @@ nsFindService::nsFindService()
}
nsFindService::~nsFindService()
{
}
nsFindService::~nsFindService() = default;
NS_IMPL_ISUPPORTS(nsFindService, nsIFindService)