diff --git a/Code/include/Skeleton/Skeleton.hpp b/Code/include/Skeleton/Skeleton.hpp index fe488f0..996e729 100644 --- a/Code/include/Skeleton/Skeleton.hpp +++ b/Code/include/Skeleton/Skeleton.hpp @@ -257,8 +257,8 @@ class Skeleton Skeleton branches ); - std::vector> m_vertices; ///< vertices of the skeleton - std::vector> m_edges; ///< edges of the skeleton + std::vector m_vertices; ///< vertices of the skeleton + std::vector m_edges; ///< edges of the skeleton std::vector m_branches; ///< branches of the skeleton, might be empty };