Skip to content

Commit 521c9d8

Browse files
committed
Use default
1 parent f07f97e commit 521c9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/History.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class CompactHistoryBlock
322322

323323
class CompactHistoryBlockList {
324324
public:
325-
CompactHistoryBlockList() {};
325+
CompactHistoryBlockList() = default;
326326
~CompactHistoryBlockList();
327327

328328
void *allocate( size_t size );

0 commit comments

Comments
 (0)