From 76b7671bae3754f0c7d2c32f2c6ff739a17e9c60 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Sat, 12 Oct 2024 10:44:54 -0600 Subject: [PATCH] (C++) fix guard to new name --- include/cpp_common/rule.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cpp_common/rule.hpp b/include/cpp_common/rule.hpp index f861cf850c..34b8566a2a 100644 --- a/include/cpp_common/rule.hpp +++ b/include/cpp_common/rule.hpp @@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ********************************************************************PGR-GNU*/ -#ifndef INCLUDE_CPP_COMMON_RULE_H_ -#define INCLUDE_CPP_COMMON_RULE_H_ +#ifndef INCLUDE_CPP_COMMON_RULE_HPP_ +#define INCLUDE_CPP_COMMON_RULE_HPP_ #include @@ -77,4 +77,4 @@ class Rule { } // namespace trsp } // namespace pgrouting -#endif // INCLUDE_CPP_COMMON_RULE_H_ +#endif // INCLUDE_CPP_COMMON_RULE_HPP_