Commit e517481f authored by cutealien's avatar cutealien

Fix compiling with gcc.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5263 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 8e8bb14a
...@@ -49,7 +49,7 @@ public: ...@@ -49,7 +49,7 @@ public:
/** \param file File handle to check. /** \param file File handle to check.
\param type Pointer to E_TEXTURE_TYPE where a recommended type of the texture will be stored. \param type Pointer to E_TEXTURE_TYPE where a recommended type of the texture will be stored.
\return Array of pointers to newly created images. */ \return Array of pointers to newly created images. */
virtual core::array<IImage*> IImageLoader::loadImages(io::IReadFile* file, E_TEXTURE_TYPE* type) const virtual core::array<IImage*> loadImages(io::IReadFile* file, E_TEXTURE_TYPE* type) const
{ {
core::array<IImage*> image; core::array<IImage*> image;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment