Added missing typename
This commit is contained in:
parent
a2127ce062
commit
3b83203044
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.21 2007/02/14 16:07:41 ganovelli
|
||||||
|
added HasPerFaceFlag
|
||||||
|
|
||||||
Revision 1.20 2007/02/14 15:40:20 ganovelli
|
Revision 1.20 2007/02/14 15:40:20 ganovelli
|
||||||
a wrong "!" corrected
|
a wrong "!" corrected
|
||||||
|
|
||||||
|
@ -382,7 +385,7 @@ static int Save(SaveMeshType &m, const char * filename, bool binary, PlyInfo &p
|
||||||
std::vector<int> FlagV;
|
std::vector<int> FlagV;
|
||||||
VertexPointer vp;
|
VertexPointer vp;
|
||||||
VertexIterator vi;
|
VertexIterator vi;
|
||||||
SimpleTempData<SaveMeshType::VertContainer,int> indices(m.vert);
|
SimpleTempData<typename SaveMeshType::VertContainer,int> indices(m.vert);
|
||||||
if(!m.HasPerVertexFlags())
|
if(!m.HasPerVertexFlags())
|
||||||
indices.Start();
|
indices.Start();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue