Skip to content

Commit

Permalink
fix: move temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 18, 2023
1 parent e698087 commit b1ba67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/maps/src/maps/CVoxelMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void CVoxelMap::serializeFrom(
Bonxai::HeaderInfo info = Bonxai::GetHeaderInfo(header);

m_impl = std::make_unique<Impl>(
std::move(Bonxai::Deserialize<voxel_node_t>(ifile, info)));
Bonxai::Deserialize<voxel_node_t>(ifile, info));
}
break;
default: MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(version);
Expand Down

0 comments on commit b1ba67f

Please sign in to comment.