From 6e3f0dab76577e202c4aab17e3dd47fddb4270f5 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 12 May 2020 21:19:07 +0200 Subject: [PATCH] Fixed warning with character --- 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 3599ff86..dd0f3e60 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 Don't include this directly, include instead PolyConnectivity.hh +#error Dont 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 ca3b993c..bce3248d 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 Don't include this directly, include instead PolyConnectivity.hh +#error Dont include this directly, include instead PolyConnectivity.hh #endif//OPENMESH_POLYCONNECTIVITY_INTERFACE_INCLUDE //== NAMESPACES ===============================================================