mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
eliminated a whole bunch of gcc warnings
This commit is contained in:
@@ -25,7 +25,7 @@ namespace love
|
||||
namespace image
|
||||
{
|
||||
EncodedImageData::EncodedImageData(void * d, Format f, int s)
|
||||
: data(d), format(f), size(s)
|
||||
: data(d), size(s), format(f)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user