8000 add virtual dtor · HighAvailabilityLab/arangodb@489ff0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 489ff0a

Browse files
committed
add virtual dtor
1 parent 7acb3b3 commit 489ff0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Basics/process-utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ struct ExternalId {
9393
HANDLE _writePipe;
9494

9595
ExternalId();
96+
virtual ~ExternalId() {}
9697
};
9798
#endif
9899

0 commit comments

Comments
 (0)
0