From df85af6ade0662dea2e8c7fb779bf926413d2938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 23 Aug 2023 09:32:18 +0200 Subject: [PATCH] More const refs --- src/OpenMesh/Core/IO/OMFormat.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/IO/OMFormat.hh b/src/OpenMesh/Core/IO/OMFormat.hh index 7b508833..a1e43643 100644 --- a/src/OpenMesh/Core/IO/OMFormat.hh +++ b/src/OpenMesh/Core/IO/OMFormat.hh @@ -307,7 +307,7 @@ namespace OMFormat { /// Return the size of chunk data in bytes - inline size_t chunk_data_size( Header& _hdr, Chunk::Header& _chunk_hdr ) + inline size_t chunk_data_size( const Header& _hdr, const Chunk::Header& _chunk_hdr ) { size_t C; switch( _chunk_hdr.entity_ )