Attempt to fix #1067

This commit is contained in:
Enrico Turri 2018-07-23 13:54:43 +02:00
parent 33175a02f3
commit 0bd8affab9
2 changed files with 7 additions and 4 deletions

View file

@ -32,7 +32,7 @@ namespace GUI {
static void render_texture(unsigned int tex_id, float left, float right, float bottom, float top);
protected:
void _generate_mipmaps(wxImage& image);
unsigned int _generate_mipmaps(wxImage& image);
};
} // namespace GUI