Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Sep 8, 2021
1 parent 59d07b1 commit 528584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/util/FileUtils.cpp
Expand Up @@ -432,7 +432,7 @@ std::vector<std::string> glob(std::string path)
throw pdal::pdal_error("PDAL does not support shell expansion");

#ifdef PDAL_WIN32_STL
auto fromNative = [](std::wstring const& in) => std::wstring
auto fromNative = [](std::wstring const& in) -> std::wstring
{
std::wstring_convert<std::codecvt_utf8_utf16<unsigned short>, unsigned short> convert;
auto p = reinterpret_cast<unsigned short const*>(in.data());
Expand Down

0 comments on commit 528584d

Please sign in to comment.