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