Fix travis build

This commit is contained in:
Benau 2015-10-18 09:40:37 +08:00
parent d166aa620e
commit fad23b148b
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ namespace GUIEngine
GlyphPageCreator::GlyphPageCreator()
{
page = GUIEngine::getDriver()->createImage(video::ECF_A8R8G8B8, core::dimension2du(512, 512));
image = 0;
newchar.clear();
}

View File

@ -81,7 +81,7 @@ namespace GUIEngine
private:
/** A temporary storage for a single glyph.
*/
video::IImage* image = 0;
video::IImage* image;
/** A full glyph page.
*/