mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
platform was missing virtual destructor
This commit is contained in:
parent
7477cda527
commit
83edcb06c2
|
@ -12,6 +12,8 @@ namespace Blah
|
|||
{
|
||||
public:
|
||||
|
||||
virtual ~Platform() = default;
|
||||
|
||||
// Initialize the Graphics
|
||||
virtual bool init(const Config& config) = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user