From 6a88eae99ee1abd1adf19701c8082c2df5ade4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Martinez?= Date: Mon, 22 Jul 2024 17:50:28 +0200 Subject: [PATCH] api fix --- src/point-cloud.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/point-cloud.cc b/src/point-cloud.cc index e260f8b..3543d37 100644 --- a/src/point-cloud.cc +++ b/src/point-cloud.cc @@ -418,7 +418,7 @@ namespace hpp { #else bool PointCloud::displayOctree - (const OcTreePtr_t& /*octree*/, const std::string& /*octreeFrame*/) + (const std::string& /*octreeFrame*/) { return true; }