|
@@ -55,7 +55,7 @@ namespace love
|
|
* Get the format the data is encoded in.
|
|
* Get the format the data is encoded in.
|
|
**/
|
|
**/
|
|
|
|
|
|
- Image::ImageFormat EncodedImageData::getFormat();
|
|
|
|
|
|
+ Image::ImageFormat getFormat();
|
|
|
|
|
|
private:
|
|
private:
|
|
|
|
|
|
@@ -79,4 +79,4 @@ namespace love
|
|
} // image
|
|
} // image
|
|
} // love
|
|
} // love
|
|
|
|
|
|
-#endif // LOVE_IMAGE_ENCODED_IMAGE_DATA_H
|
|
|
|
|
|
+#endif // LOVE_IMAGE_ENCODED_IMAGE_DATA_H
|