mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Prettifyed the code exploiting inheritance rules
added missing comma, added missing `override` --HG-- branch : minor
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
virtual ~GlyphData();
|
||||
|
||||
// Implements Data.
|
||||
Data *clone() const;
|
||||
GlyphData *clone() const;
|
||||
void *getData() const;
|
||||
size_t getSize() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user