From c12a240184734b61860c56258c6f2d8f90ea5df5 Mon Sep 17 00:00:00 2001 From: Sylvain Thery Date: Thu, 23 Oct 2014 10:42:37 +0200 Subject: [PATCH] bug compil schnapp under mac --- SCHNApps/include/mapHandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCHNApps/include/mapHandler.hpp b/SCHNApps/include/mapHandler.hpp index c7f1345d..7f12ed6a 100644 --- a/SCHNApps/include/mapHandler.hpp +++ b/SCHNApps/include/mapHandler.hpp @@ -211,7 +211,7 @@ void MapHandler::updateTopoRender(const QString& positionName) typename PFP::MAP* map = this->getMap(); - VertexAttribute position = map->getAttribute(positionName.toStdString()) ; + VertexAttribute position = map->template getAttribute(positionName.toStdString()) ; if(position.isValid()) { m_topoRender->updateData(*map,position,false); -- GitLab