Bug 1318004 - Replace default bodies of special member functions with = default; r=Ehsan
MozReview-Commit-ID: 33AOhtFrXS8
This commit is contained in:
@@ -22,9 +22,7 @@ nsFindService::nsFindService()
|
||||
}
|
||||
|
||||
|
||||
nsFindService::~nsFindService()
|
||||
{
|
||||
}
|
||||
nsFindService::~nsFindService() = default;
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsFindService, nsIFindService)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user