mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Minor code cleanup
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public:
|
||||
* Gets a pointer to the data. This pointer will obviously not
|
||||
* be valid if the Data object is destroyed.
|
||||
**/
|
||||
virtual void *getData() const = 0 ;
|
||||
virtual void *getData() const = 0;
|
||||
|
||||
/**
|
||||
* Gets the size of the Data in bytes.
|
||||
|
||||
Reference in New Issue
Block a user