mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Prettifyed the code exploiting inheritance rules
added missing comma, added missing `override` --HG-- branch : minor
This commit is contained in:
@@ -103,7 +103,7 @@ ImageData::~ImageData()
|
||||
handler->release();
|
||||
}
|
||||
|
||||
Data *ImageData::clone() const
|
||||
ImageData *ImageData::clone() const
|
||||
{
|
||||
return new ImageData(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user