Skip to content

Commit

Permalink
fix up spatial reference due to aa90312 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 21, 2014
1 parent 86f9976 commit 0f7e428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/spatialreference_test.cpp
Expand Up @@ -263,7 +263,7 @@ namespace tut

liblas::Writer writer(ofs, header);

liblas::Point point;
liblas::Point point(&writer.GetHeader());
point.SetCoordinates( -117, 33, 100 );
writer.WritePoint( point );
}
Expand Down Expand Up @@ -308,7 +308,7 @@ namespace tut

liblas::Writer writer(ofs, header);

liblas::Point point;
liblas::Point point(&writer.GetHeader());
point.SetCoordinates( -117, 33, 100 );
writer.WritePoint( point );
}
Expand Down

0 comments on commit 0f7e428

Please sign in to comment.