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:
@@ -124,7 +124,7 @@ SoundData::~SoundData()
|
||||
free(data);
|
||||
}
|
||||
|
||||
Data *SoundData::clone() const
|
||||
SoundData *SoundData::clone() const
|
||||
{
|
||||
return new SoundData(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user