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