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:
@ -40,7 +40,7 @@ public:
|
||||
Vector(Vector&&)noexcept;
|
||||
|
||||
// Destructor
|
||||
~Vector();
|
||||
virtual ~Vector();
|
||||
|
||||
// Copy assignment
|
||||
Vector& operator=(const Vector&);
|
||||
|
Reference in New Issue
Block a user