Skip to content
Snippets Groups Projects
Commit 35ff17e3 authored by Jan Möbius's avatar Jan Möbius
Browse files

Removed illegal typename usage

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@17645 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 88ddfe6d
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ void FilePolyLinePlugin::loadPolyLine(PolyLineObject* lineObject, const char* _ ...@@ -46,7 +46,7 @@ void FilePolyLinePlugin::loadPolyLine(PolyLineObject* lineObject, const char* _
// read points // read points
for(int i=0; i<num_points; ++i) for(int i=0; i<num_points; ++i)
{ {
typename PolyLine::Point::value_type x,y,z; PolyLine::Point::value_type x,y,z;
fin >> x; fin >> x;
fin >> y; fin >> y;
fin >> z; fin >> z;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment