Commit a2e44cb1 authored by wangdawei's avatar wangdawei

test

parent ba754424
......@@ -413,7 +413,7 @@ void AdjustPPK::Compress(const vector<string> &pcdPathVec,
blockSerializer.configSerialization();
}
void AdjustPPK::LoadMesh(const string &streamPath, boost::shared_ptr<VoxelMapMatcher> matcher)
void AdjustPPK::LoadMesh(const string &streamPath, boost::shared_ptr<VoxelMapMatcher> &matcher)
{
if(!boost::filesystem::exists(streamPath)){
return;
......
......@@ -77,7 +77,7 @@ private:
const string &streamPath);
void LoadMesh(const string &streamPath,
boost::shared_ptr<VoxelMapMatcher> matcher);
boost::shared_ptr<VoxelMapMatcher> &matcher);
private:
string ieBaseDir_;
......
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