diff --git a/include/gal/opengl/opengl_gal.h b/include/gal/opengl/opengl_gal.h index 1c6da2deb4..35fa7f026d 100644 --- a/include/gal/opengl/opengl_gal.h +++ b/include/gal/opengl/opengl_gal.h @@ -309,7 +309,7 @@ public: VERTEX_MANAGER* vboManager; /// Intersect points, that have to be freed after tessellation - std::deque>& intersectPoints; + std::deque>& intersectPoints; }; private: @@ -367,7 +367,7 @@ private: // Polygon tesselation GLUtesselator* m_tesselator; - std::deque> m_tessIntersects; + std::deque> m_tessIntersects; /// @copydoc GAL::BeginUpdate() void beginUpdate() override;