Fixed warning with character

This commit is contained in:
Jan
2020-05-12 21:19:07 +02:00
parent 068139b107
commit 6e3f0dab76
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <OpenMesh/Core/Mesh/IteratorsT.hh>

View File

@@ -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 ===============================================================