Skip to content

Commit

Permalink
Add namespace qualifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Nov 20, 2015
1 parent 3b32cbd commit 4ea6c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/las/LasWriter.cpp
Expand Up @@ -450,7 +450,7 @@ void LasWriter::addGeotiffVlrs()
addGeotiffVlr(geotiff, GEOTIFF_ASCII_RECORD_ID,
"GeoTiff GeoAsciiParamsTag");
#else
ostringstream oss;
std::ostringstream oss;

oss << getName() << ": PDAL not built with libGeoTiff. Can't write "
"valid LAS file.";
Expand Down

0 comments on commit 4ea6c63

Please sign in to comment.