1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00

Missing virtual destructor implementation

This commit is contained in:
Mordred Admin 2018-02-09 08:32:28 +01:00
parent e7b8c2cb22
commit 6594dd1dc4

View file

@ -51,7 +51,7 @@ namespace Core {
public: public:
GameObject( ObjKind type ); GameObject( ObjKind type );
virtual ~GameObject(); virtual ~GameObject() {};
uint32_t getId() const; uint32_t getId() const;