Skip to content

Commit 5b4cd81

Browse files
authored
Merge pull request #26637 from adrian-prantl/default
2 parents 0f9fdee + 433410f commit 5b4cd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/DWARFImporter/DWARFImporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace swift {
4040
/// Clang AST to ClangImporter to import the type into Swift.
4141
class DWARFImporterDelegate {
4242
public:
43-
virtual ~DWARFImporterDelegate() {}
43+
virtual ~DWARFImporterDelegate() = default;
4444
/// Perform a qualified lookup of a Clang type with this name.
4545
/// \param kind Only return results with this type kind.
4646
virtual void lookupValue(StringRef name,

0 commit comments

Comments
 (0)