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