Skip to content

Commit 1db40c9

Browse files
committed
fix: unnecessary virtual specifier on destructor
1 parent dddc4a6 commit 1db40c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hll/include/hll.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class hll_sketch_alloc final {
160160
static hll_sketch_alloc deserialize(const void* bytes, size_t len, const A& allocator = A());
161161

162162
//! Class destructor
163-
virtual ~hll_sketch_alloc();
163+
~hll_sketch_alloc();
164164

165165
/**
166166
* Copy assignment operator

0 commit comments

Comments
 (0)