mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +00:00
Missing virtual destructor implementation
This commit is contained in:
parent
e7b8c2cb22
commit
6594dd1dc4
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ namespace Core {
|
|||
|
||||
public:
|
||||
GameObject( ObjKind type );
|
||||
virtual ~GameObject();
|
||||
virtual ~GameObject() {};
|
||||
|
||||
uint32_t getId() const;
|
||||
|
||||
|
@ -75,4 +75,4 @@ namespace Core {
|
|||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue