gmio_stl: fix build error

This commit is contained in:
Hugues Delorme 2016-02-01 10:47:54 +01:00
parent 30e87e7d29
commit cdcc407071

View File

@ -36,7 +36,7 @@
struct gmio_stl_infos
{
/*! STL format of the input stream */
enum stl_format format;
enum gmio_stl_format format;
/*! Count of facets(triangles) */
uint32_t facet_count;