mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Update
Added missing virtual keywords to destructors
This commit is contained in:
@ -22,7 +22,7 @@ protected:
|
||||
public:
|
||||
|
||||
// Destructor
|
||||
~Queue() = default;
|
||||
virtual ~Queue() = default;
|
||||
|
||||
/* ************************************************************************ */
|
||||
|
||||
|
Reference in New Issue
Block a user