From cdcc40707181e9a0b4f70ca4f600841827a4df26 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Mon, 1 Feb 2016 10:47:54 +0100 Subject: [PATCH] gmio_stl: fix build error --- src/gmio_stl/stl_infos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmio_stl/stl_infos.h b/src/gmio_stl/stl_infos.h index 4dcd5ae..006cbb2 100644 --- a/src/gmio_stl/stl_infos.h +++ b/src/gmio_stl/stl_infos.h @@ -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;