mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Merge default into minor
--HG-- branch : minor
This commit is contained in:
@@ -43,7 +43,7 @@ class Video : public love::video::Video
|
||||
{
|
||||
public:
|
||||
Video();
|
||||
~Video();
|
||||
virtual ~Video();
|
||||
|
||||
// Implements Module
|
||||
virtual const char *getName() const;
|
||||
@@ -58,7 +58,7 @@ class Worker : public love::thread::Threadable
|
||||
{
|
||||
public:
|
||||
Worker();
|
||||
~Worker();
|
||||
virtual ~Worker();
|
||||
|
||||
// Implements Threadable
|
||||
void threadFunction();
|
||||
|
||||
Reference in New Issue
Block a user