mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Prettifyed the code exploiting inheritance rules
added missing comma, added missing `override` --HG-- branch : minor
This commit is contained in:
@@ -66,7 +66,7 @@ GlyphData::~GlyphData()
|
||||
delete[] data;
|
||||
}
|
||||
|
||||
Data *GlyphData::clone() const
|
||||
GlyphData *GlyphData::clone() const
|
||||
{
|
||||
return new GlyphData(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user