Skip to content

Commit 99c24f7

Browse files
committed
[lldb/Interpreter] Pacify -Wnon-virtual-dtor
1 parent 965f24d commit 99c24f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/unittests/Interpreter/TestOptionValue.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ using namespace lldb_private;
1414

1515
class Callback {
1616
public:
17+
virtual ~Callback() = default;
1718
virtual void Invoke() const {}
1819
void operator()() const { Invoke(); }
1920
};

0 commit comments

Comments
 (0)