Skip to content

Commit 3fbb92c

Browse files
committed
mac build error fix
1 parent 81a3c63 commit 3fbb92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polygon_mesh/mesh_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace plateau::polygonMesh {
3434
const Polygon& polygon, const std::string& gml_path,
3535
const GeoReference& geo_reference, Mesh& out_mesh) {
3636

37-
auto& gml = plateau::dataset::GmlFile(gml_path);
37+
const auto& gml = plateau::dataset::GmlFile(gml_path);
3838

3939
// マージ対象の情報を取得します。ここでの頂点は極座標です。
4040
const auto& vertices_lat_lon = polygon.getVertices();

0 commit comments

Comments
 (0)