Commit 31e7cd43 authored by xuebingbing's avatar xuebingbing

适配gnu编译器

parent a9d2c83b
......@@ -19,7 +19,7 @@ namespace jfhd {
Convertor();
~Convertor();
static bool Pcd2Las(const std::string& pcdfilepath, std::string& lasfilepath, const Pcd2LasInfo& info, std::string* errormsg);
static bool Pcd2Las(const std::string& pcdfilepath, const std::string& lasfilepath, const Pcd2LasInfo& info, std::string* errormsg);
};
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment