Merge default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-10-08 11:03:37 -03:00
6 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -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();