Mark classes as ‘final’

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-29 02:06:17 -04:00
parent 8558d7894c
commit 7d7f8e0a92
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace graphics
namespace opengl namespace opengl
{ {
class Image : public love::graphics::Image, public Volatile class Image final : public love::graphics::Image, public Volatile
{ {
public: public:
+1 -1
View File
@@ -31,7 +31,7 @@ namespace graphics
namespace opengl namespace opengl
{ {
class Mesh : public love::graphics::Mesh class Mesh final : public love::graphics::Mesh
{ {
public: public:
+1 -1
View File
@@ -30,7 +30,7 @@ namespace graphics
namespace opengl namespace opengl
{ {
class SpriteBatch : public love::graphics::SpriteBatch class SpriteBatch final : public love::graphics::SpriteBatch
{ {
public: public:
+1 -1
View File
@@ -77,7 +77,7 @@ private:
}; // StreamBufferClientMemory }; // StreamBufferClientMemory
class StreamBufferSubDataOrphan : public love::graphics::StreamBuffer, public Volatile class StreamBufferSubDataOrphan final : public love::graphics::StreamBuffer, public Volatile
{ {
public: public: