mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed some minor compiler warnings
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
/**
|
||||
* Destructor.
|
||||
**/
|
||||
virtual ~Image() {};
|
||||
virtual ~Image() {}
|
||||
|
||||
/**
|
||||
* Creates new ImageData from FileData.
|
||||
@@ -93,4 +93,4 @@ public:
|
||||
} // image
|
||||
} // love
|
||||
|
||||
#endif // LOVE_IMAGE_IMAGE_H
|
||||
#endif // LOVE_IMAGE_IMAGE_H
|
||||
|
||||
Reference in New Issue
Block a user