Visual Studio 2013 compilation support for NLPACS
This commit is contained in:
parent
e00310422f
commit
a8d366ead3
1 changed files with 1 additions and 1 deletions
|
@ -2253,7 +2253,7 @@ bool NLPACS::CLocalRetriever::checkSurfaceIntegrity(uint surf, NLMISC::CVector t
|
|||
|
||||
for (k=0; k+1<ochain.getVertices().size(); ++k)
|
||||
{
|
||||
edges.push_back(make_pair<CVector2s, CVector2s>(ochain[k], ochain[k+1]));
|
||||
edges.push_back(std::pair<CVector2s, CVector2s>(ochain[k], ochain[k+1]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue