From bddc123e818b3ec1f39d26273d64a4ecb340d3d8 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 13 May 2020 07:11:03 +0200 Subject: [PATCH] Nicer fix of warning --- src/OpenMesh/Core/Mesh/PolyConnectivity_inline_impl.hh | 2 +- src/OpenMesh/Core/Mesh/SmartHandles.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity_inline_impl.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity_inline_impl.hh index dd0f3e60..1e45ee74 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity_inline_impl.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity_inline_impl.hh @@ -40,7 +40,7 @@ * ========================================================================= */ #ifndef OPENMESH_POLYCONNECTIVITY_INTERFACE_INCLUDE -#error Dont include this directly, include instead PolyConnectivity.hh +#error Do not include this directly, include instead PolyConnectivity.hh #endif // OPENMESH_POLYCONNECTIVITY_INTERFACE_INCLUDE #include diff --git a/src/OpenMesh/Core/Mesh/SmartHandles.hh b/src/OpenMesh/Core/Mesh/SmartHandles.hh index bce3248d..094a699f 100644 --- a/src/OpenMesh/Core/Mesh/SmartHandles.hh +++ b/src/OpenMesh/Core/Mesh/SmartHandles.hh @@ -40,7 +40,7 @@ * ========================================================================= */ #ifndef OPENMESH_POLYCONNECTIVITY_INTERFACE_INCLUDE -#error Dont include this directly, include instead PolyConnectivity.hh +#error Do not include this directly, include instead PolyConnectivity.hh #endif//OPENMESH_POLYCONNECTIVITY_INTERFACE_INCLUDE //== NAMESPACES ===============================================================