Skip to content

Commit ced7d04

Browse files
committed
use default constructor
1 parent c9bf39b commit ced7d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ImportDecl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8537,7 +8537,7 @@ namespace {
85378537
class PointerParamInfo {
85388538
public:
85398539
virtual void print(clang::ASTContext &ctx, llvm::raw_ostream &out) const = 0;
8540-
virtual ~PointerParamInfo() {}
8540+
virtual ~PointerParamInfo() = default;
85418541
};
85428542

85438543
class CountedByParam : public PointerParamInfo {

0 commit comments

Comments
 (0)