Nicer fix of warning

This commit is contained in:
Jan
2020-05-13 07:11:03 +02:00
parent 6e3f0dab76
commit bddc123e81
2 changed files with 2 additions and 2 deletions

View File

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

View File

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