summaryrefslogtreecommitdiff
path: root/src/GudhUI/utils/Edge_collapsor.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-08 21:48:10 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-08 21:48:10 +0000
commit376c2a0dbde0decffb3f37146071368ccb3836a7 (patch)
tree2ce4fc8adbc62217bc373c5ed8753de988b3436f /src/GudhUI/utils/Edge_collapsor.h
parentcd2e83819689afd2cd1bc76810282111cf5cd59d (diff)
cpplint fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@845 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8b15f0805527b494f3a57625de5c69d836b287dd
Diffstat (limited to 'src/GudhUI/utils/Edge_collapsor.h')
-rw-r--r--src/GudhUI/utils/Edge_collapsor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GudhUI/utils/Edge_collapsor.h b/src/GudhUI/utils/Edge_collapsor.h
index fcf2a248..151e9b01 100644
--- a/src/GudhUI/utils/Edge_collapsor.h
+++ b/src/GudhUI/utils/Edge_collapsor.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef UTILS_COLLAPSOR_H_
-#define UTILS_COLLAPSOR_H_
+#ifndef UTILS_EDGE_COLLAPSOR_H_
+#define UTILS_EDGE_COLLAPSOR_H_
#include <list>
#include "utils/Edge_contractor.h"
@@ -94,4 +94,4 @@ template<typename SkBlComplex> class Edge_collapsor {
}
};
-#endif // UTILS_COLLAPSOR_H_
+#endif // UTILS_EDGE_COLLAPSOR_H_