Skip to content
Snippets Groups Projects
Commit 1d1bf98a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

STYLE: removed useless semicolon

parent d2ec4205
Branches
Tags
No related merge requests found
......@@ -543,7 +543,7 @@ DataNode<TPrecision, VDimension, TValuePrecision>
{
case FEATURE_POINT:
{
OGRPoint *ogrPoint = (OGRPoint *) OGRGeometryFactory::createGeometry(wkbPoint); ;
OGRPoint *ogrPoint = (OGRPoint *) OGRGeometryFactory::createGeometry(wkbPoint);
ogrPoint->setX(dataNode->GetPoint()[0]);
ogrPoint->setY(dataNode->GetPoint()[1]);
return ogrPoint;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment